aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2005-02-01 04:13:55 +0000
committerjustdave%bugzilla.org <>2005-02-01 04:13:55 +0000
commit955aba6821f199ad5d0850fe2065490a40d53007 (patch)
tree268cbd9d3c3de2a634fd2a6744cee42f6fe5d197
parent5ddb84da8800728b887f2497a205fad01c44be8a (diff)
downloadbugs-955aba6821f199ad5d0850fe2065490a40d53007.tar
bugs-955aba6821f199ad5d0850fe2065490a40d53007.tar.gz
bugs-955aba6821f199ad5d0850fe2065490a40d53007.tar.bz2
bugs-955aba6821f199ad5d0850fe2065490a40d53007.tar.xz
bugs-955aba6821f199ad5d0850fe2065490a40d53007.zip
Fixing tinderbox bustage from previous checkin.
a= justdave
-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;