Skip Menu |

This queue is for tickets about the Catalyst-ActionRole-PseudoCache CPAN distribution.

Report information
The Basics
Id: 51729
Status: resolved
Priority: 0/
Queue: Catalyst-ActionRole-PseudoCache

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.093200
Fixed in: (no value)



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
Fixed in repo, will be released when I have some stuff in the release that actually matters.