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/Apache/SWIT.pm b/lib/Apache/SWIT.pm
index 966d44f..02746b2 100644
--- a/lib/Apache/SWIT.pm
+++ b/lib/Apache/SWIT.pm
@@ -118,7 +118,7 @@ If C<$to> is regular string then 302 status is produced with Location equal to
C<$to>.
If C<$to> is array reference and first item is a number then the status with
-C<$to->[0]> is produced and $to->[1] is returned as response body. $to->[2]
+C<< $to->[0] >> is produced and $to->[1] is returned as response body. $to->[2]
may by used as content type.
I.e. [ 200, "Hello", "text/plain" ] will respond with C<200 OK> status and