[Catalyst-commits] r11373 - Catalyst-Runtime/5.80/trunk/lib/Catalyst

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu Sep 17 08:54:46 GMT 2009


Author: t0m
Date: 2009-09-17 08:54:45 +0000 (Thu, 17 Sep 2009)
New Revision: 11373

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
Log:
Add note about ::[MVC]:: warnings

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-09-17 08:52:52 UTC (rev 11372)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-09-17 08:54:45 UTC (rev 11373)
@@ -311,6 +311,17 @@
 into a MyApp::Controller::Root (as demonstrated by the scaffold application
 generated by catalyst.pl)
 
+=head2 ::[MVC]:: naming scheme
+
+Having packages called MyApp::[MVC]::XX is deprecated and can no longer be generated
+by catalyst.pl
+
+This is still supported, but it is recommended that you rename your application
+components to Model/View/Controller.
+
+A warning will be issued at application startup if the ::[MVC]:: naming scheme is
+in use.
+
 =head2 Catalyst::Base
 
 Any code using L<Catalyst::Base> will now emit a warning; this




More information about the Catalyst-commits mailing list