[Catalyst-commits] r7592 - trunk/Config-Any
bricas at dev.catalyst.perl.org
bricas at dev.catalyst.perl.org
Mon Apr 7 19:18:01 BST 2008
Author: bricas
Date: 2008-04-07 19:18:00 +0100 (Mon, 07 Apr 2008)
New Revision: 7592
Modified:
trunk/Config-Any/Changes
trunk/Config-Any/Makefile.PL
Log:
updated changes and makefile.pl for release
Modified: trunk/Config-Any/Changes
===================================================================
--- trunk/Config-Any/Changes 2008-04-07 16:26:11 UTC (rev 7591)
+++ trunk/Config-Any/Changes 2008-04-07 18:18:00 UTC (rev 7592)
@@ -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
Modified: trunk/Config-Any/Makefile.PL
===================================================================
--- trunk/Config-Any/Makefile.PL 2008-04-07 16:26:11 UTC (rev 7591)
+++ trunk/Config-Any/Makefile.PL 2008-04-07 18:18:00 UTC (rev 7592)
@@ -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';
More information about the Catalyst-commits
mailing list