X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2b2ecb99e03bf1f2c6640fc3e1c8182b7e3afc92;hb=7acf2fe9c4c170a0a431d3d2a92c73613c7aea2b;hp=82038f96e08e33d5a9a13140dec5d33a1f1f6f19;hpb=20611f8eb43f64002e64aac99a98eb0b3a952f1c;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/Makefile.PL b/Makefile.PL index 82038f9..2b2ecb9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,10 +9,12 @@ test_requires 'Test::Fatal'; requires 'Moose' => '0.35'; requires 'MooseX::Types::Path::Class' => '0.04'; +requires 'Try::Tiny'; +requires 'namespace::autoclean'; + +resources repository => 'git://git.moose.perl.org/MooseX-ConfigFromFile.git'; # Rebuild README for maintainers system("pod2text lib/MooseX/ConfigFromFile.pm >README") if $Module::Install::AUTHOR; -auto_provides; -auto_install; WriteAll;