From: Brian Cassidy Date: Mon, 27 Apr 2009 12:01:08 +0000 (+0000) Subject: bump ver (missing commit from marcus?). other minor meta-changes. X-Git-Tag: v0.24~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f10899f5822521572e2975d421c0c07680774f49;hp=fd72f4e82624fe6634339fc81c6fd32c5ce79a59;p=catagits%2FCatalyst-Plugin-ConfigLoader.git bump ver (missing commit from marcus?). other minor meta-changes. --- diff --git a/Changes b/Changes index 54025af..abd9bcc 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,10 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. +0.24 XXX - Fix so that having CATALYST_CONFIG_LOCAL_SUFFIX set in $ENV{} doesn't cause the tests to break. -0.23 Sat Apr 18 2009 +0.23 Sat Apr 18 2009 - Update Data::Visitor 0.22 Mon Jan 05 2009 diff --git a/Makefile.PL b/Makefile.PL index 7d1bbd8..20ee2ca 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.77; +use inc::Module::Install 0.85; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Catalyst/Plugin/ConfigLoader.pm > README' ); diff --git a/lib/Catalyst/Plugin/ConfigLoader.pm b/lib/Catalyst/Plugin/ConfigLoader.pm index 947fd30..5240417 100644 --- a/lib/Catalyst/Plugin/ConfigLoader.pm +++ b/lib/Catalyst/Plugin/ConfigLoader.pm @@ -8,7 +8,7 @@ use MRO::Compat; use Data::Visitor::Callback; use Catalyst::Utils (); -our $VERSION = '0.22'; +our $VERSION = '0.24'; =head1 NAME