summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-07-13 12:56:58 +0200
committermkanat%kerio.com <>2005-07-13 12:56:58 +0200
commitf1923f8e85501143d0be63d872c726159440f6c1 (patch)
tree0eee13f099d9f79f5072acaca60ded9293402e00 /globals.pl
parent4b29000946fb102e2db7d8ac5c6c502c03387de1 (diff)
downloadbugzilla-f1923f8e85501143d0be63d872c726159440f6c1.tar.gz
bugzilla-f1923f8e85501143d0be63d872c726159440f6c1.tar.xz
Bug 300336: Bugzilla::Auth should not contain any exported subroutines
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index bc9aa99ef..87d496c7b 100644
--- a/globals.pl
+++ b/globals.pl
@@ -36,7 +36,6 @@ use Bugzilla::Util;
# Bring ChmodDataFile in until this is all moved to the module
use Bugzilla::Config qw(:DEFAULT ChmodDataFile $localconfig $datadir);
use Bugzilla::BugMail;
-use Bugzilla::Auth;
use Bugzilla::User;
# Shut up misguided -w warnings about "used only once". For some reason,