X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=563d8926c0c5cde27835119f40fd48338ad216fe;hb=8f677182dc509a2559e5c29d0e385038a13dd641;hp=00dc1db2d769aa87d2fb5beeccea9ce24a62987c;hpb=5e5d4e282f78965168236c6631705cae8d5d01de;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index 00dc1db..563d892 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ # Load the Module::Install bundled in ./inc/ -use inc::Module::Install; +use inc::Module::Install 0.75; # Define metadata name 'MooseX-Storage'; @@ -33,7 +33,7 @@ feature 'File', build_requires 'Test::More' => '0.42'; build_requires 'Test::Deep' => '0'; build_requires 'Test::Exception' => '0'; -build_requires 'File::Temp' => '0'; +build_requires 'Test::TempDir' => '0.02'; auto_install; WriteAll;