Skip Menu |

This queue is for tickets about the Win32-ASP-Extras CPAN distribution.

Report information
The Basics
Id: 51845
Status: new
Priority: 0/
Queue: Win32-ASP-Extras

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

Bug Information
Severity: (no value)
Broken in: 1.01
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/Extras.pm b/Extras.pm index 302eea3..492fbba 100644 --- a/Extras.pm +++ b/Extras.pm @@ -199,7 +199,7 @@ sub QueryStringList { =head2 Redirect Url [, HASH] A safe redirect that redirects and then absolutely and positively terminates your program. If you -thought C<$Response->Redirect> behaved liked die and were disappointed to discover it didn't, +thought C<< $Response->Redirect >> behaved liked die and were disappointed to discover it didn't, mourn no longer. It takes a base URL and a hash of parameters. The URL will be built using C<FormatURL>.