From: Yuval Kogman Date: Sun, 22 Jun 2008 01:31:57 +0000 (+0000) Subject: demand Module::Install 0.75 X-Git-Tag: 0.04~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-SimpleConfig.git;a=commitdiff_plain;h=1adf927f8170c3b78313d361eccaed6b2533e2cb demand Module::Install 0.75 --- diff --git a/Makefile.PL b/Makefile.PL index 342128d..a73e124 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ # Load the Module::Install bundled in ./inc/ -use inc::Module::Install 0.65; +use inc::Module::Install 0.75; name 'MooseX-SimpleConfig'; all_from 'lib/MooseX/SimpleConfig.pm';