summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-06-03 22:07:23 +0200
committerfranck cuny <franck@lumberjaph.net>2009-06-03 22:07:23 +0200
commitca8b8e19fb0285fc812dd612f7968cde8f0dfdfe (patch)
tree962ff8339908f731fdacbca252ef95f63e143838
parentversion (diff)
downloadcatalystx-dispatcher-asgraph-ca8b8e19fb0285fc812dd612f7968cde8f0dfdfe.tar.gz
with requires in makefile it's better ...
Diffstat (limited to '')
-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';