prep release v0.18
Brian Cassidy [Mon, 16 Nov 2009 13:02:45 +0000 (13:02 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index b507bd7..6674ea5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
 
index 28fac16..ada29a7 100644 (file)
@@ -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 @@ requires 'Module::Pluggable' => '3.01';
 
 test_requires 'Test::More';
 
-auto_install;
 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Config-Any/';
 
 WriteAll;