From: Florian Ragwitz Date: Fri, 27 Mar 2009 04:39:48 +0000 (+0000) Subject: Pod formatting fix. X-Git-Tag: 5.80001~49 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4bc471c91714bd1e0ac612469c660246a5c6934c Pod formatting fix. --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 9cc2a06..f8cc836 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 {