]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixing tinderbox bustage from previous checkin.
authorjustdave%bugzilla.org <>
Tue, 1 Feb 2005 04:13:55 +0000 (04:13 +0000)
committerjustdave%bugzilla.org <>
Tue, 1 Feb 2005 04:13:55 +0000 (04:13 +0000)
a= justdave

Bugzilla/Auth.pm

index 6071d3abd4192379917192c4b27e8f6b1ff6e5c5..d7db96b462d69981f21d9acd12ec791a1f810910 100644 (file)
@@ -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;