about summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-11-26 17:57:14 +0100
committerfranck cuny <franck@lumberjaph.net>2009-11-26 17:57:14 +0100
commit126115a656cd26e7579c44f80fb3fe44aad9d4bd (patch)
treedc42b120bf140370c6d789cd45334637ecdd6f89 /Makefile.PL
parentupdate POD (diff)
downloadnet-http-api-126115a656cd26e7579c44f80fb3fe44aad9d4bd.tar.gz
POD, makefile
Diffstat (limited to '')
-rw-r--r--Makefile.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 95231a3..1f2f818 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,12 +2,15 @@ use inc::Module::Install;
 name 'MooseX-Net-API';
 all_from 'lib/MooseX/Net/API.pm';
 
-# requires '';
+requires 'Carp';
+requires 'Moose';
+requires 'Try::Tiny';
 
 tests 't/*.t';
 author_tests 'xt';
 
 build_requires 'Test::More';
+build_requires 'Test::Exception';
 use_test_base;
 auto_include;
 WriteAll;