added C/M/V legacy shortcuts
[catagits/Catalyst-Plugin-ConfigLoader.git] / lib / Catalyst / Plugin / ConfigLoader.pm
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