From: Brian Cassidy Date: Thu, 13 Aug 2009 12:47:17 +0000 (+0000) Subject: prep release X-Git-Tag: v0.27^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-ConfigLoader.git;a=commitdiff_plain;h=956a9e0e70ef362b4603249a1a460fb92275569c prep release --- diff --git a/Changes b/Changes index 0a17618..51d6b40 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. +0.27 Thu Aug 13 2009 + - Require Catalyst 5.8 for tests that use ctx_request() (RT #48651) + 0.26 Mon Aug 10 2009 - Fix test to not need "parent" (RT #48547) - Do not localize %ENV, rather, remove potentially conflicting diff --git a/lib/Catalyst/Plugin/ConfigLoader.pm b/lib/Catalyst/Plugin/ConfigLoader.pm index efb80b4..29a7abc 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.26'; +our $VERSION = '0.27'; =head1 NAME