[Catalyst-commits] r10469 - Catalyst-Runtime/5.80/branches/namespace_handling_refactor

mo at dev.catalyst.perl.org mo at dev.catalyst.perl.org
Sun Jun 7 12:36:55 GMT 2009


Author: mo
Date: 2009-06-07 12:36:55 +0000 (Sun, 07 Jun 2009)
New Revision: 10469

Modified:
   Catalyst-Runtime/5.80/branches/namespace_handling_refactor/Changes
Log:
Changes patches

Modified: Catalyst-Runtime/5.80/branches/namespace_handling_refactor/Changes
===================================================================
--- Catalyst-Runtime/5.80/branches/namespace_handling_refactor/Changes	2009-06-07 12:28:53 UTC (rev 10468)
+++ Catalyst-Runtime/5.80/branches/namespace_handling_refactor/Changes	2009-06-07 12:36:55 UTC (rev 10469)
@@ -1,8 +1,10 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-        - Use ~ as prefix for plugins or action classes which are located in MyApp::Plugin / MyApp::Action 
+        - Use ~ as prefix for plugins or action classes which are located in 
+          MyApp::Plugin / MyApp::Action (mo)
+        - Controller methods without attributes are now considered actions if 
+          they are specified in config->{action(s)} (mo)
 
-
 5.80005 2009-06-06 14:40:00
 
   Behaviour changes:




More information about the Catalyst-commits mailing list