X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=563d8926c0c5cde27835119f40fd48338ad216fe;hb=f91430591cdd881aa7bd358615be6df112aee3f9;hp=f403a4b3728babc825da6cb72d16489cfb7ba8ec;hpb=6d0abbe8b4028920d78f810e6622936e7f80dfa6;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index f403a4b..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,6 +33,7 @@ feature 'File', build_requires 'Test::More' => '0.42'; build_requires 'Test::Deep' => '0'; build_requires 'Test::Exception' => '0'; +build_requires 'Test::TempDir' => '0.02'; auto_install; WriteAll;