From: Dagfinn Ilmari Mannsåker Date: Fri, 24 May 2013 21:49:26 +0000 (+0100) Subject: Fix POD link text/target ordering X-Git-Tag: 5.90040~3^2~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f98182507920d5fd40007a4d0ed1bf083134eaea Fix POD link text/target ordering --- diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index d360d68..555c939 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -127,7 +127,7 @@ and so on. This determines how the action is dispatched to. =head2 class Returns the name of the component where this action is defined. -Derived by calling the L +Derived by calling the L method on each component. =head2 code