demand Module::Install 0.75 0.14
Yuval Kogman [Sun, 22 Jun 2008 01:31:57 +0000 (01:31 +0000)]
Makefile.PL

index f4cf5d5..563d892 100644 (file)
@@ -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;