[Catalyst-commits] r9586 - Catalyst-Runtime/5.80/trunk/lib
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Fri Mar 27 04:39:50 GMT 2009
Author: rafl
Date: 2009-03-27 04:39:48 +0000 (Fri, 27 Mar 2009)
New Revision: 9586
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
Pod formatting fix.
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-03-26 22:07:12 UTC (rev 9585)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-03-27 04:39:48 UTC (rev 9586)
@@ -1109,7 +1109,7 @@
=head2 $app->setup_finalize
A hook to attach modifiers to.
-Using C< after setup => sub{}; > doesn't work, because of quirky things done for plugin setup.
+Using C<< after setup => sub{}; >> doesn't work, because of quirky things done for plugin setup.
Also better than C< setup_finished(); >, as that is a getter method.
sub setup_finalize {
More information about the Catalyst-commits
mailing list