Subject: | [Patch] POD nit |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/Catalyst/ActionRole/PseudoCache.pm b/lib/Catalyst/ActionRole/PseudoCache.pm
index c9fd18d..1f522e3 100644
--- a/lib/Catalyst/ActionRole/PseudoCache.pm
+++ b/lib/Catalyst/ActionRole/PseudoCache.pm
@@ -132,7 +132,7 @@ After the action runs once it will redirect to C<$PCUrl>.
When the action gets run the first time it will write it's output to C<$PCPath>.
-Defaults to C<$c->path_to('root') . $PCUrl>
+Defaults to C<< $c->path_to('root') . $PCUrl >>
So using the example given above for the C<all_js> action, the path will be