From 955aba6821f199ad5d0850fe2065490a40d53007 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Tue, 1 Feb 2005 04:13:55 +0000 Subject: Fixing tinderbox bustage from previous checkin. a= justdave --- Bugzilla/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Auth.pm') diff --git a/Bugzilla/Auth.pm b/Bugzilla/Auth.pm index 6071d3abd..d7db96b46 100644 --- a/Bugzilla/Auth.pm +++ b/Bugzilla/Auth.pm @@ -23,7 +23,7 @@ package Bugzilla::Auth; use strict; -use Exporter qw(import); +use base qw(Exporter); @Bugzilla::Auth::EXPORT = qw(bz_crypt); use Bugzilla::Config; -- cgit v1.2.3-24-g4f1b