X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=563d8926c0c5cde27835119f40fd48338ad216fe;hb=cf175059836baebad1d9289e90ca415738cf4fdf;hp=3cba7047b121ce38a1e6e314b1171f3e143a330f;hpb=cfee09ad9535c50ee223c90fb34afd9667866bcb;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index 3cba704..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 @@ -31,9 +31,9 @@ feature 'File', 'IO::File' => '0.1'; 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;