summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth.pm
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2005-02-01 05:13:55 +0100
committerjustdave%bugzilla.org <>2005-02-01 05:13:55 +0100
commit955aba6821f199ad5d0850fe2065490a40d53007 (patch)
tree268cbd9d3c3de2a634fd2a6744cee42f6fe5d197 /Bugzilla/Auth.pm
parent5ddb84da8800728b887f2497a205fad01c44be8a (diff)
downloadbugzilla-955aba6821f199ad5d0850fe2065490a40d53007.tar.gz
bugzilla-955aba6821f199ad5d0850fe2065490a40d53007.tar.xz
Fixing tinderbox bustage from previous checkin.
a= justdave
Diffstat (limited to 'Bugzilla/Auth.pm')
-rw-r--r--Bugzilla/Auth.pm2
1 files changed, 1 insertions, 1 deletions
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;