Skip Menu |

This queue is for tickets about the CGI-SecureState CPAN distribution.

Report information
The Basics
Id: 51748
Status: new
Priority: 0/
Queue: CGI-SecureState

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

Bug Information
Severity: (no value)
Broken in: 0.36
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/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