fix Auth docs
This commit is contained in:
parent
e128c041d9
commit
1cebfddf79
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ An abstract class for all authentication modules to extend.
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
use WebGUI::Auth;
|
package WebGUI::Auth::MyAuth;
|
||||||
our @ISA = qw(WebGUI::Auth);
|
use base 'WebGUI::Auth';
|
||||||
|
|
||||||
=head1 METHODS
|
=head1 METHODS
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue