Pod formatting fix.
Florian Ragwitz [Fri, 27 Mar 2009 04:39:48 +0000 (04:39 +0000)]
lib/Catalyst.pm

index 9cc2a06..f8cc836 100644 (file)
@@ -1109,7 +1109,7 @@ EOF
 =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 {