Version 0.33 0.33
Tomas Doran [Mon, 13 Jan 2014 20:23:04 +0000 (20:23 +0000)]
Changes
lib/Catalyst/Plugin/ConfigLoader.pm

diff --git a/Changes b/Changes
index eec6856..33fb6e5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
 
+0.33  Mon Jan 13 2014
    - Fix config loading so that if passed a directory including
      a . in the file name, then loading it as a directory works
      (would have previously tried to force a specific filename
index 41ab5ef..826af28 100644 (file)
@@ -8,7 +8,7 @@ use MRO::Compat;
 use Data::Visitor::Callback;
 use Catalyst::Utils ();
 
-our $VERSION = '0.32';
+our $VERSION = '0.33';
 
 =head1 NAME