From: Tomas Doran Date: Thu, 17 Sep 2009 08:54:45 +0000 (+0000) Subject: Add note about ::[MVC]:: warnings X-Git-Tag: 5.80013~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ac9279b0045ca8e9b6de84cddefd54661eece9fe Add note about ::[MVC]:: warnings --- diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index 5cf2396..98f2d9d 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -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 will now emit a warning; this