[Catalyst] Patch: Little POD nit Catalyst::Manual::Intro

Frank Wiegand frank.wiegand at gmail.com
Fri Jan 13 12:39:09 CET 2006


Hi,

"C<^>" renders to ""^"", atleast with my perldoc (note the double
double-quotes). This patch removes the quotes (I grepped for more '"C< '
constructs, but found only this one.


--- lib/Catalyst/Manual/Intro.pod       (Revision 3037)
+++ lib/Catalyst/Manual/Intro.pod       (Arbeitskopie)
@@ -361,7 +361,7 @@
 C<MyApp::Controller::Catalog>, the above example would match urls like
 http://localhost:3000/catalog/widget23.

-If you omit the "C<^>" from your regex, then it will match any depth
+If you omit the C<^> from your regex, then it will match any depth
 from the controller and not immediately off of the controller name. The
 following example differs from the above code in that it will match
 http://localhost:3000/catalog/foo/widget23 as well.


Bye, Frank



More information about the Catalyst mailing list