prep release v0.26
Brian Cassidy [Mon, 10 Aug 2009 12:35:47 +0000 (12:35 +0000)]
Changes
lib/Catalyst/Plugin/ConfigLoader.pm

diff --git a/Changes b/Changes
index ca20a45..0a17618 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
 
-0.26  XXX
+0.26  Mon Aug 10 2009
     - Fix test to not need "parent" (RT #48547)
     - Do not localize %ENV, rather, remove potentially conflicting
       k-v pairs (RT #48557)
index e9d5d80..efb80b4 100644 (file)
@@ -8,7 +8,7 @@ use MRO::Compat;
 use Data::Visitor::Callback;
 use Catalyst::Utils ();
 
-our $VERSION = '0.25';
+our $VERSION = '0.26';
 
 =head1 NAME