diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-11-26 17:57:14 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-11-26 17:57:14 +0100 |
| commit | 126115a656cd26e7579c44f80fb3fe44aad9d4bd (patch) | |
| tree | dc42b120bf140370c6d789cd45334637ecdd6f89 /Makefile.PL | |
| parent | update POD (diff) | |
| download | moosex-net-api-126115a656cd26e7579c44f80fb3fe44aad9d4bd.tar.gz | |
POD, makefile
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 5 |
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; |
