Skip Menu |

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

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

People
Owner: geewiz [...] cpan.org
Requestors: fornet [...] nuwl.net
Cc:
AdminCc:

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



Subject: A mistake on "SYNOPSIS" of "CGI::Session::Auth::DBI"
I think there is a mistake in Current SYNOPSIS of CGI::Session::Auth::"""DBI""" Current one is... Show quoted text
> my $auth = new CGI::Session::Auth({ > CGI => $cgi, > Session => $session, > DSN => 'dbi:mysql:host=localhost,database=cgiauth', > });
It would be... Show quoted text
> my $auth = new CGI::Session::Auth::DBI({
~~~
On Di. 21. Feb. 2006, 06:54:44, guest wrote: Show quoted text
> It would be... >
> > my $auth = new CGI::Session::Auth::DBI({
Of course, thank you! I just checked in a corrected version, the error will be gone in the next release. Best regards, Jochen