bump ver (missing commit from marcus?). other minor meta-changes.
Brian Cassidy [Mon, 27 Apr 2009 12:01:08 +0000 (12:01 +0000)]
Changes
Makefile.PL
lib/Catalyst/Plugin/ConfigLoader.pm

diff --git a/Changes b/Changes
index 54025af..abd9bcc 100644 (file)
--- 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
index 7d1bbd8..20ee2ca 100644 (file)
@@ -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' );
index 947fd30..5240417 100644 (file)
@@ -8,7 +8,7 @@ use MRO::Compat;
 use Data::Visitor::Callback;
 use Catalyst::Utils ();
 
-our $VERSION = '0.22';
+our $VERSION = '0.24';
 
 =head1 NAME