From 5c5d2b31195cb72197a0325b32d1daab2704991b Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 31 Jan 2008 05:21:47 -0500 Subject: add deps to makefile --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 076fc1a..f45d45c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,9 +5,11 @@ use inc::Module::Install; name 'Games-Word'; all_from 'lib/Games/Word.pm'; -requires ''; +requires 'Math::Combinatorics'; +requires 'Test::Deep::NoTest'; build_requires 'Test::More'; +build_requires 'Test::Exception'; auto_install; WriteAll; -- cgit v1.2.3-54-g00ecf