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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Tue Feb 23 17:52:30 GMT 2010


Author: rafl
Date: 2010-02-23 17:52:30 +0000 (Tue, 23 Feb 2010)
New Revision: 12978

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

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2010-02-23 16:40:38 UTC (rev 12977)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2010-02-23 17:52:30 UTC (rev 12978)
@@ -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