From: Florian Ragwitz Date: Tue, 23 Feb 2010 17:52:30 +0000 (+0000) Subject: fix doc typo. X-Git-Tag: 5.80021~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e6c5b5486f448333cb47c4174804c72637b900db;hp=2f166b9e39b5e6ba1dfdf8b933c3be86f66e6cee fix doc typo. --- diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index e086cf7..66201a5 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -217,7 +217,7 @@ been called, and will not call them again. Using this now causes infinite recursion between MyApp::setup and Catalyst::setup, due to other backwards compatibility issues related to how -plugin setup works. Moose method modifiers like C<< before|after|around_setup +plugin setup works. Moose method modifiers like C<< before|after|around setup => sub { ... }; >> also will not operate correctly on the setup method. The right way to do it is this: