From: Brian Cassidy Date: Mon, 7 Apr 2008 18:18:00 +0000 (+0000) Subject: updated changes and makefile.pl for release X-Git-Tag: v0.12~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=5f5b9e4c575591a0749103e0bbeb556cde5c5cac updated changes and makefile.pl for release --- diff --git a/Changes b/Changes index ce888cb..f19d6f1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Config-Any -0.12 XXX 2008 +0.12 Mon 07 Apr 2008 - ensure Perl loader dies on a failed require() (RT #32995) 0.11 Mon 28 Jan 2008 diff --git a/Makefile.PL b/Makefile.PL index 2711410..8338d40 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,11 @@ -use inc::Module::Install 0.68; +use inc::Module::Install 0.71; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Config/Any.pm > README' ); } -name 'Config-Any'; +perl_version '5.006'; + all_from 'lib/Config/Any.pm'; requires 'Module::Pluggable' => '3.01';