diff --git a/lib/WebGUI/Auth.pm b/lib/WebGUI/Auth.pm index 26ea55424..f11c14135 100644 --- a/lib/WebGUI/Auth.pm +++ b/lib/WebGUI/Auth.pm @@ -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