From: Yuval Kogman Date: Sun, 22 Jun 2008 01:31:57 +0000 (+0000) Subject: demand Module::Install 0.75 X-Git-Tag: 0.03~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=12682094ed210dd511ab3f319f0debddef07be80;p=gitmo%2FMooseX-ConfigFromFile.git demand Module::Install 0.75 --- diff --git a/Makefile.PL b/Makefile.PL index feff8f4..0943b67 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-ConfigFromFile'; all_from 'lib/MooseX/ConfigFromFile.pm';