From 7f446ae898dc9f9fe8d97fdd01f0e39ba7676867 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 20 Jun 2006 14:55:39 +0000 Subject: Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- globals.pl | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 2654c4a1f..146b51550 100644 --- a/globals.pl +++ b/globals.pl @@ -42,16 +42,4 @@ use Bugzilla::Error; # of globals.pl do $localconfig; -use DBI; - -use Date::Format; # For time2str(). -use Date::Parse; # For str2time(). - -# Use standard Perl libraries for cross-platform file/directory manipulation. -use File::Spec; - -############# Live code below here (that is, not subroutine defs) ############# - -use Bugzilla; - 1; -- cgit v1.2.3-24-g4f1b