X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=563d8926c0c5cde27835119f40fd48338ad216fe;hb=cf175059836baebad1d9289e90ca415738cf4fdf;hp=f4cf5d53564d9cf52966c9993079ecf3c5109109;hpb=dbf29d83bd4e04672202f64e79d243c2d59a91fb;p=gitmo%2FMooseX-Storage.git diff --git a/Makefile.PL b/Makefile.PL index f4cf5d5..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'; @@ -35,4 +35,5 @@ build_requires 'Test::Deep' => '0'; build_requires 'Test::Exception' => '0'; build_requires 'Test::TempDir' => '0.02'; +auto_install; WriteAll;