added C/M/V legacy shortcuts
Brian Cassidy [Mon, 12 Jun 2006 12:14:13 +0000 (12:14 +0000)]
Changes
lib/Catalyst/Plugin/ConfigLoader.pm

diff --git a/Changes b/Changes
index d88c2de..bb5ced1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,9 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
 \r
-0.09  Wed May 24 2006\r
+0.09  Mon Jun 12 2006\r
     - ignore non-ref model/view/controller/component keys\r
     - remove hash merging since it is now a core behavior\r
+    - added C/M/V legacy shortcuts\r
 \r
 0.08  Tue May 23 2006\r
     - added get_config_path() which extracts the path finding code\r
index 02a2734..78a4af3 100644 (file)
@@ -160,7 +160,7 @@ sub _fix_syntax {
         grep {\r
             ref $config->{ lc $_ } || ref $config->{ $_ }\r
         }\r
-        qw( Component Model View Controller )\r
+        qw( Component Model M View V Controller C )\r
     );\r
 \r
     foreach my $comp ( @components ) {\r