From: Yuval Kogman Date: Sun, 22 Jun 2008 01:31:57 +0000 (+0000) Subject: demand Module::Install 0.75 X-Git-Tag: 0.02~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Attribute-ENV.git;a=commitdiff_plain;h=1a51ec61a92924276ef23f5293089dd13abd2bd6 demand Module::Install 0.75 --- diff --git a/Makefile.PL b/Makefile.PL index 23c6a74..d97df12 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install; +use inc::Module::Install 0.75; perl_version '5.008006'; name 'MooseX-Attribute-ENV';