X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ebf58b3ced34b3989250a78798ea7482d474cb19;hb=a908e25b3c966540a272624374ecf3ec44ce791d;hp=fb953243b0d5e1822fe31ba450e276040bc97270;hpb=cfd008fa25b3cdd9721ef2fad9f4383cdc200ddc;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index fb95324..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 @@ -35,5 +35,8 @@ build_requires 'Test::Deep' => '0'; build_requires 'Test::Exception' => '0'; build_requires 'Test::TempDir' => '0.02'; +resources repository => 'git://git.moose.perl.org/gitmo/MooseX-Storage.git'; + auto_install; WriteAll; +