Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: CGI::Session::ID::MD5 doc typo
In CGI/Session/ID/MD5.pm I've found: { Directory => '/tmp', IDFile => '/tmp/cgisession.id', IDInit => 1000, IDIncr => 2 }); As CGI::Session::ID::MD5 doesn't need any options, this is a typo. I've just post here so nobody forgets.
--- CGI-Session/Session/ID/MD5.pm~ +++ CGI-Session/Session/ID/MD5.pm @@ -30,11 +30,7 @@ use CGI::Session qw/-api3/; - $session = new CGI::Session("id:MD5", undef, - { Directory => '/tmp', - IDFile => '/tmp/cgisession.id', - IDInit => 1000, - IDIncr => 2 }); + $session = new CGI::Session("id:MD5", undef); =head1 DESCRIPTION
[guest - Sun Aug 3 05:32:13 2003]: Show quoted text
> In CGI/Session/ID/MD5.pm I've found: > { Directory => '/tmp', > IDFile => '/tmp/cgisession.id', > IDInit => 1000, > IDIncr => 2 }); > As CGI::Session::ID::MD5 doesn't need any options, this is a typo. > > I've just post here so nobody forgets.
This one can be closed now.