From: Brian Cassidy Date: Mon, 10 Aug 2009 12:35:47 +0000 (+0000) Subject: prep release X-Git-Tag: v0.26^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-ConfigLoader.git;a=commitdiff_plain;h=32c7af257f98dbcbfdb73dbaa97c6648e021cef0 prep release --- diff --git a/Changes b/Changes index ca20a45..0a17618 100644 --- 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) diff --git a/lib/Catalyst/Plugin/ConfigLoader.pm b/lib/Catalyst/Plugin/ConfigLoader.pm index e9d5d80..efb80b4 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.25'; +our $VERSION = '0.26'; =head1 NAME