fix Auth docs

This commit is contained in:
Doug Bell 2010-11-04 12:25:24 -05:00
parent e128c041d9
commit 1cebfddf79

View file

@ -38,8 +38,8 @@ An abstract class for all authentication modules to extend.
=head1 SYNOPSIS
use WebGUI::Auth;
our @ISA = qw(WebGUI::Auth);
package WebGUI::Auth::MyAuth;
use base 'WebGUI::Auth';
=head1 METHODS