From: Brian Cassidy Date: Fri, 20 Aug 2010 11:48:05 +0000 (+0000) Subject: bump ver X-Git-Tag: v0.29~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-ConfigLoader.git;a=commitdiff_plain;h=230ec0478dc8346f87a95a1efc8d2eb51c9add62 bump ver --- diff --git a/Changes b/Changes index f482361..e881350 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. +0.29 TO BE RELEASED - Fix issue with 2 character app names that are kept in versioned directories (e.g. app called QX in QX-2.1.5/) - bump dep on Config::Any to use the -ForceArray Config::General option diff --git a/lib/Catalyst/Plugin/ConfigLoader.pm b/lib/Catalyst/Plugin/ConfigLoader.pm index e137120..3c4f0dc 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.28'; +our $VERSION = '0.29'; =head1 NAME