X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=563d8926c0c5cde27835119f40fd48338ad216fe;hb=refs%2Fheads%2Fstorage_format_xml;hp=79b6e38add9f75655e5d7736de5181caac3599ec;hpb=f33d3998fbcd3f8442814901b95f945b5afdedfb;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index 79b6e38..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,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;