summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL4
1 files changed, 3 insertions, 1 deletions
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;