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({
~~~