From: Brian Cassidy Date: Mon, 29 Jun 2009 11:51:12 +0000 (+0000) Subject: release prep X-Git-Tag: v0.24^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Fv0.24;p=catagits%2FCatalyst-Plugin-ConfigLoader.git release prep --- diff --git a/Changes b/Changes index 878709f..5aafc3c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. -0.24 XXX +0.24 Mon Jun 29 2009 - Add an __ENV(foo)__ macro + tests (Stuart Watt) - Document CATALYST_CONFIG_LOCAL_SUFFIX and MYAPP_LOCAL_CONFIG_SUFFIX much better (Louis Erickson) diff --git a/Makefile.PL b/Makefile.PL index 798ba7d..fa31642 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/Catalyst/Plugin/ConfigLoader.pm > README' );