From: bugzilla%glob.com.au <> Date: Fri, 8 Jul 2005 09:23:41 +0000 (+0000) Subject: Bug 298405: whineatnews.pl can't find Bugzilla/BugMail.pm X-Git-Tag: bugzilla-2.18.2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d55bd1d7da5fb9f05161209fcede5020198efb5a;p=thirdparty%2Fbugzilla.git Bug 298405: whineatnews.pl can't find Bugzilla/BugMail.pm Patch by Byron Jones r=mkanat,r=justdave --- diff --git a/whineatnews.pl b/whineatnews.pl index 355f62cca3..99f5ba36e6 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";