X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;h=fdb237c5d7575630be5abd6571b753c5fb7e9144;hp=8d187a0ac1f4d2c3dbd8520caa159d0a9cdb0820;hb=4d38cb074da32815d87f1fb9fe7c03b761fdf15a;hpb=fb0c5b21c3c972bc88b8c6c481f9937f31658a23 diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index 8d187a0..fdb237c 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -103,8 +103,8 @@ and so on. This determines how the action is dispatched to. =head2 class -Returns the class name of the component where this action is defined. -Derived by calling the L +Returns the name of the component where this action is defined. +Derived by calling the L method on each component. =head2 code