From f1923f8e85501143d0be63d872c726159440f6c1 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Wed, 13 Jul 2005 10:56:58 +0000 Subject: Bug 300336: Bugzilla::Auth should not contain any exported subroutines Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- globals.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'globals.pl') 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, -- cgit v1.2.3-24-g4f1b