Subject: | Documentation Error in CGI::Session::Auth::DBI |
Dear mr. Jochen Lillich
Just found a misspell (kind of) in the documentation of the CGI::Session::Auth::DBI, and tought that this could confuse some folks.
The patch attached solves the problem for version 0.20, and I guess you can easily apply it for the other versions too. :-)
This is unimportant to the module work, but should be correct.
Thank you very much for implementing this great module!
--- /home/champs/tmp/DBI.pm Wed Sep 22 12:16:16 2004
+++ /usr/local/share/perl/5.6.1/CGI/Session/Auth/DBI.pm Tue Sep 21 17:03:36 2004
@@ -341,7 +341,7 @@
=head1 DESCRIPTION
-CGI::Session::Auth::DBI is a subclass of L<CGI::Session::Auth>. It uses a
+CGI::Session::Auth::DBI is a subclass of L<DBI::Session::Auth>. It uses a
relational database for storing the authentication data, using the L<DBI> module
as database interface.