From: Brian Cassidy Date: Thu, 10 Nov 2005 13:39:01 +0000 (+0000) Subject: fixed pod reference X-Git-Tag: 5.7099_04~964 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e5429fee2de5b8f0046ea53dd5a2ede04bcb1a9d fixed pod reference --- diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index b96b1b9..f1b1f03 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -369,7 +369,7 @@ For both LocalRegex and Regex actions, if you use capturing parentheses to extract values within the matching URL ("widget23" would capture "23" in the above example), those values are available in the $c->req->snippets array. If you want to pass arguments at the end of your URL, you must use regex -action keys. See L below. +action keys. See L below. =item * B