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/SecureState.pm b/SecureState.pm
index b835b51..13f3dae 100644
--- a/SecureState.pm
+++ b/SecureState.pm
@@ -959,7 +959,7 @@ takes two arguments: a maximum idle time (in days) beyond which state files are
and a directory to clean. The default behavior is to clean the current state directory
of any state files that have been idle for more than an hour. You may also name the
arguments using the '-age' and '-directory' attributes if you want to specify things
-out-of-order (like C<$cgi->clean_statedir(-directory => "foo", -age => 1/2);>).
+out-of-order (like C<< $cgi->clean_statedir(-directory => "foo", -age => 1/2); >>).
=back