bumped version
Brian Cassidy [Mon, 12 Jun 2006 12:42:37 +0000 (12:42 +0000)]
fixed up Changes

Changes
lib/Catalyst/Plugin/ConfigLoader.pm

diff --git a/Changes b/Changes
index bb5ced1..46f31b3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,12 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
 \r
-0.09  Mon Jun 12 2006\r
-    - ignore non-ref model/view/controller/component keys\r
+0.1   Mon Jun 12 2006\r
     - remove hash merging since it is now a core behavior\r
     - added C/M/V legacy shortcuts\r
 \r
+0.09  Wed May 24 2006\r
+    - ignore non-ref model/view/controller/component keys\r
+\r
 0.08  Tue May 23 2006\r
     - added get_config_path() which extracts the path finding code\r
     - added the ability to specify a MYAPP_CONFIG ENV variable\r
index 78a4af3..f5c416b 100644 (file)
@@ -10,7 +10,7 @@ use Module::Pluggable::Fast
     require => 1;\r
 use Data::Visitor::Callback;\r
 \r
-our $VERSION = '0.09';\r
+our $VERSION = '0.1';\r
 \r
 =head1 NAME\r
 \r