From: Tomas Doran Date: Thu, 7 May 2009 13:19:53 +0000 (+0000) Subject: Bump required Module::Install version in everything. janus++ X-Git-Tag: v0.18~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=d733c5b132b66af16359b072300ff2a05d84b323 Bump required Module::Install version in everything. janus++ --- diff --git a/Makefile.PL b/Makefile.PL index 53923a1..fea0aea 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.76; +use inc::Module::Install 0.87; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Config/Any.pm > README' );