X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FUpgrading.pod;fp=lib%2FCatalyst%2FUpgrading.pod;h=c278e090eb9b4ea5e65945fefa986c7ed2c3ea5e;hb=55dd186c208e793527a85a8966eb05c249b62fb2;hp=9ee212ed42c209e77abbd0ebadb4fcff9545a313;hpb=e256d0e190203e87a49cbd0ed04fe3bb12740ae7;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index 9ee212e..c278e09 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -309,7 +309,7 @@ COMPONENT method in your @ISA. Having actions in your application class will now emit a warning at application startup as this is deprecated. It is highly recommended that these actions are moved into a MyApp::Controller::Root (as demonstrated by the scaffold application -generated by catalyst.pl +generated by catalyst.pl). This warning, also affects tests. You should move actions in your test, creating a myTest::Controller::Root, like the following example: