From: Jesse Sheidlower Date: Thu, 23 Jun 2005 21:01:01 +0000 (+0000) Subject: un-typoed last commit X-Git-Tag: 5.7099_04~1291 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=b284d6a7d2d21b9164b5e039377c581f0aa25679 un-typoed last commit --- diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 00e8eda..4f06ddb 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -361,7 +361,7 @@ and L. =head1 Forwarding with a parameter -Sometimes you want to pass along an argument when forward to another +Sometimes you want to pass along arguments when forwarding to another action. This can easily be accomplished like this: $c->req->args([qw/arg1 arg2 arg3/]);