X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=563d8926c0c5cde27835119f40fd48338ad216fe;hb=14ef44949f62c764658d56b954bd507d88780213;hp=518e28ac363d24b19db3c8d890b4ee7b24a19e9e;hpb=eaa263571728bf8b5abb604c61dd73ff44be9417;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index 518e28a..563d892 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.20'; +requires 'Moose' => '0.39'; # you should have at least one # serialization format @@ -33,8 +33,7 @@ feature 'File', build_requires 'Test::More' => '0.42'; build_requires 'Test::Deep' => '0'; build_requires 'Test::Exception' => '0'; - -no_index 'directory' => 'ex'; +build_requires 'Test::TempDir' => '0.02'; auto_install; WriteAll;