summaryrefslogtreecommitdiffstats
path: root/whine.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-06-20 16:55:39 +0200
committerlpsolit%gmail.com <>2006-06-20 16:55:39 +0200
commit7f446ae898dc9f9fe8d97fdd01f0e39ba7676867 (patch)
treef6c6d8a3daa4b8244498c9b924a70bdaa5e324fd /whine.pl
parent5ffe3d31dde3c11525ff09ce17e4b0d730e5e2fd (diff)
downloadbugzilla-7f446ae898dc9f9fe8d97fdd01f0e39ba7676867.tar.gz
bugzilla-7f446ae898dc9f9fe8d97fdd01f0e39ba7676867.tar.xz
Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
Diffstat (limited to 'whine.pl')
-rwxr-xr-xwhine.pl1
1 files changed, 1 insertions, 0 deletions
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;