summaryrefslogtreecommitdiffstats
path: root/whineatnews.pl
diff options
context:
space:
mode:
authorbugzilla%glob.com.au <>2005-07-08 11:17:04 +0200
committerbugzilla%glob.com.au <>2005-07-08 11:17:04 +0200
commite29e57574269f0771561a0f1b6039fd4809391a3 (patch)
tree2048f5e849027f361100d8835d51bcdc95e7ca64 /whineatnews.pl
parentc5065860be60634eb89a06364ff4abf72a41da9d (diff)
downloadbugzilla-e29e57574269f0771561a0f1b6039fd4809391a3.tar.gz
bugzilla-e29e57574269f0771561a0f1b6039fd4809391a3.tar.xz
Bug 298405: whineatnews.pl can't find Bugzilla/BugMail.pm
Patch by Byron Jones <bugzilla@glob.com.au> r=mkanat,a=justdave
Diffstat (limited to 'whineatnews.pl')
-rwxr-xr-xwhineatnews.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/whineatnews.pl b/whineatnews.pl
index 16be900ad..ae2121303 100755
--- a/whineatnews.pl
+++ b/whineatnews.pl
@@ -28,6 +28,7 @@
# touched for more than the number of days specified in the whinedays param.
use strict;
+use lib '.';
require "globals.pl";