[Catalyst-commits] r11851 - trunk/Config-Any

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Mon Nov 16 13:02:45 GMT 2009


Author: bricas
Date: 2009-11-16 13:02:45 +0000 (Mon, 16 Nov 2009)
New Revision: 11851

Modified:
   trunk/Config-Any/Changes
   trunk/Config-Any/Makefile.PL
Log:
prep release

Modified: trunk/Config-Any/Changes
===================================================================
--- trunk/Config-Any/Changes	2009-11-16 12:49:59 UTC (rev 11850)
+++ trunk/Config-Any/Changes	2009-11-16 13:02:45 UTC (rev 11851)
@@ -1,6 +1,6 @@
 Revision history for Config-Any
 
-0.18 XXX
+0.18 Mon 16 Nov 2009
     - ensure XML loader's _coerce() method checks specifically for HASH refs
     - add YAML::XS to the top of the YAML loaders list
 

Modified: trunk/Config-Any/Makefile.PL
===================================================================
--- trunk/Config-Any/Makefile.PL	2009-11-16 12:49:59 UTC (rev 11850)
+++ trunk/Config-Any/Makefile.PL	2009-11-16 13:02:45 UTC (rev 11851)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.87;
+use inc::Module::Install 0.91;
 
 if ( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Config/Any.pm > README' );
@@ -13,7 +13,6 @@
 
 test_requires 'Test::More';
 
-auto_install;
 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Config-Any/';
 
 WriteAll;




More information about the Catalyst-commits mailing list