From: Yuval Kogman Date: Sun, 22 Jun 2008 01:31:57 +0000 (+0000) Subject: demand Module::Install 0.75 X-Git-Tag: 0.14^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2F0.14;p=gitmo%2FMooseX-Storage.git demand Module::Install 0.75 --- 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;