X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=afeb0449fbf5ecef61db620ac15ae66a5509321a;hb=ae7da8f5d10d2d8b4ada389cd260b4bb9d7b07d5;hp=4f2e7927d4e43b3febe711100700fc05f3a02cf1;hpb=07608083b45757d578c86aa60ca8aa585d34a6a2;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4f2e792..afeb044 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1241,7 +1241,7 @@ EOF A hook to attach modifiers to. This method does not do anything except set the C accessor. -Applying method modifiers to the C method doesn't work, because of quirky thingsdone for plugin setup. +Applying method modifiers to the C method doesn't work, because of quirky things done for plugin setup. Example: @@ -1684,8 +1684,8 @@ sub execute { $error = qq/Caught exception in $class->$name "$error"/; } $c->error($error); - $c->state(0); } + $c->state(0); } return $c->state; } @@ -3228,6 +3228,10 @@ rainboxx: Matthias Dietrich, C dd070: Dhaval Dhanani +=head1 COPYRIGHT + +Copyright (c) 2005, the above named PROJECT FOUNDER and CONTRIBUTORS. + =head1 LICENSE This library is free software. You can redistribute it and/or modify it under