]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 298405: whineatnews.pl can't find Bugzilla/BugMail.pm
authorbugzilla%glob.com.au <>
Fri, 8 Jul 2005 09:17:04 +0000 (09:17 +0000)
committerbugzilla%glob.com.au <>
Fri, 8 Jul 2005 09:17:04 +0000 (09:17 +0000)
Patch by Byron Jones <bugzilla@glob.com.au> r=mkanat,a=justdave

whineatnews.pl

index 16be900ad851f43598299cd3b56f897db6c76e9b..ae2121303b1c7e3f029d315e7d9385c8e10db998 100755 (executable)
@@ -28,6 +28,7 @@
 # touched for more than the number of days specified in the whinedays param.
 
 use strict;
+use lib '.';
 
 require "globals.pl";