From: Brian Cassidy Date: Mon, 16 Nov 2009 13:02:45 +0000 (+0000) Subject: prep release X-Git-Tag: v0.18^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=f45287e2f113b467a4239b661a4bdcd38ce70713 prep release --- diff --git a/Changes b/Changes index b507bd7..6674ea5 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 28fac16..ada29a7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;