Skip Menu |

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

Report information
The Basics
Id: 69369
Status: resolved
Priority: 0/
Queue: CGI-Session

People
Owner: MARKSTOS [...] cpan.org
Requestors: SILASMONK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: minor pod issues
Minor pod issues. Patch attached.
Subject: fix_name_section_pod.patch
Author: Rene Mayorga <rmayorga@debian.org> Description: Fix POD's name section. Last-Update: 2011-07-08 Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk> Forwarded: no --- a/lib/CGI/Session/Test/Default.pm +++ b/lib/CGI/Session/Test/Default.pm @@ -13,9 +13,9 @@ $CGI::Session::Test::Default::VERSION = '4.46'; -=head1 CGI::Session::Test::Default +=head1 NAME -Run a suite of tests for a given CGI::Session::Driver +CGI::Session::Test::Default - Run a suite of tests for a given CGI::Session::Driver =head2 new() --- a/lib/CGI/Session.pm +++ b/lib/CGI/Session.pm @@ -1329,7 +1329,7 @@ =head1 A Warning about Auto-flushing -Auto-flushing can be unreliable for the following reasons. Explict flushing +Auto-flushing can be unreliable for the following reasons. Explicit flushing after key session updates is recommended. =over 4
Thanks. 4.47 has now been released with this update. Mark