diff options
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index b657f2c..75deb47 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,8 @@ use inc::Module::Install; name 'Net-Backtype'; all_from 'lib/Net/Backtype.pm'; -# requires ''; +requires 'Moose'; +requires 'MooseX::Net::API'; tests 't/*.t'; author_tests 'xt'; |
