From: bugzilla%glob.com.au <> Date: Fri, 8 Jul 2005 09:17:04 +0000 (+0000) Subject: Bug 298405: whineatnews.pl can't find Bugzilla/BugMail.pm X-Git-Tag: bugzilla-2.20rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e29e57574269f0771561a0f1b6039fd4809391a3;p=thirdparty%2Fbugzilla.git Bug 298405: whineatnews.pl can't find Bugzilla/BugMail.pm Patch by Byron Jones r=mkanat,a=justdave --- diff --git a/whineatnews.pl b/whineatnews.pl index 16be900ad8..ae2121303b 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";