[Catalyst-commits] r12689 -
Catalyst-Runtime/5.80/branches/action_args/lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Tue Jan 19 16:02:17 GMT 2010
Author: rafl
Date: 2010-01-19 16:02:17 +0000 (Tue, 19 Jan 2010)
New Revision: 12689
Modified:
Catalyst-Runtime/5.80/branches/action_args/lib/Catalyst/Controller.pm
Log:
And another minor tweak.
Modified: Catalyst-Runtime/5.80/branches/action_args/lib/Catalyst/Controller.pm
===================================================================
--- Catalyst-Runtime/5.80/branches/action_args/lib/Catalyst/Controller.pm 2010-01-19 16:00:15 UTC (rev 12688)
+++ Catalyst-Runtime/5.80/branches/action_args/lib/Catalyst/Controller.pm 2010-01-19 16:02:17 UTC (rev 12689)
@@ -448,7 +448,7 @@
=head2 action_args
-Allows you to set constructor arguments on your Actions. You can set arguments
+Allows you to set constructor arguments on your actions. You can set arguments
globally (for all actions of the controller) and specifically (for a single
action). This is particularly useful when using C<ActionRole>s
(L<Catalyst::Controller::ActionRole>) and custom C<ActionClass>es.
More information about the Catalyst-commits
mailing list