Version 5.80013.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Upgrading.pod
index 5cf2396..98f2d9d 100644 (file)
@@ -311,6 +311,17 @@ startup as this is deprecated. It is highly recommended that these actions are m
 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