From 1cebfddf79669253375f9c8462fff65c829a7921 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 4 Nov 2010 12:25:24 -0500 Subject: [PATCH] fix Auth docs --- lib/WebGUI/Auth.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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