summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 3ee1e88..d89acc6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,7 +2,10 @@ use inc::Module::Install;
name 'CatalystX-Dispatcher-AsGraph';
all_from 'lib/CatalystX/Dispatcher/AsGraph.pm';
-# requires '';
+requires 'MooseX::Declare';
+requires 'Graph::Easy';
+requires 'UNIVERSAL::require';
+requires 'MooseX::Getopt';
tests 't/*.t';
author_tests 'xt';