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 --- whine.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'whine.pl') diff --git a/whine.pl b/whine.pl index 9f5a9acfe..551defe49 100755 --- a/whine.pl +++ b/whine.pl @@ -29,6 +29,7 @@ use strict; use lib "."; require "globals.pl"; +use Bugzilla; use Bugzilla::Config qw(:DEFAULT $datadir); use Bugzilla::Constants; use Bugzilla::Search; -- cgit v1.2.3-24-g4f1b