From b21f214cf515f005382183beb72d70e58e0a87e5 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Tue, 1 Feb 2005 07:33:37 +0000 Subject: Fixing burning tinderbox created by checkin of Bug 280124 --- Bugzilla/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index e3990f070..05ef77e32 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -39,7 +39,7 @@ use Bugzilla::Util; use Bugzilla::Constants; use Bugzilla::Auth; -use Exporter qw(import); +use base qw(Exporter); @Bugzilla::User::EXPORT_OK = qw(insert_new_user); ################################################################################ -- cgit v1.2.3-24-g4f1b