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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu Feb 11 20:06:17 GMT 2010


Author: t0m
Date: 2010-02-11 20:06:15 +0000 (Thu, 11 Feb 2010)
New Revision: 12854

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
Log:
Fix typo

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2010-02-09 22:26:23 UTC (rev 12853)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2010-02-11 20:06:15 UTC (rev 12854)
@@ -217,7 +217,7 @@
 
 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:




More information about the Catalyst-commits mailing list