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>.