X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ebf58b3ced34b3989250a78798ea7482d474cb19;hb=a908e25b3c966540a272624374ecf3ec44ce791d;hp=79b6e38add9f75655e5d7736de5181caac3599ec;hpb=f33d3998fbcd3f8442814901b95f945b5afdedfb;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index 79b6e38..ebf58b3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,12 @@ # Load the Module::Install bundled in ./inc/ -use inc::Module::Install; +use inc::Module::Install 0.75; # Define metadata name 'MooseX-Storage'; all_from 'lib/MooseX/Storage.pm'; # Specific dependencies -requires 'Moose' => '0.39'; +requires 'Moose' => '0.87'; # you should have at least one # serialization format @@ -33,8 +33,10 @@ feature 'File', build_requires 'Test::More' => '0.42'; build_requires 'Test::Deep' => '0'; build_requires 'Test::Exception' => '0'; +build_requires 'Test::TempDir' => '0.02'; -no_index 'directory' => 'ex'; +resources repository => 'git://git.moose.perl.org/gitmo/MooseX-Storage.git'; auto_install; WriteAll; +