]> 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:23:41 +0000 (09:23 +0000)
committerbugzilla%glob.com.au <>
Fri, 8 Jul 2005 09:23:41 +0000 (09:23 +0000)
Patch by Byron Jones <bugzilla@glob.com.au> r=mkanat,r=justdave

whineatnews.pl

index 355f62cca30a5bceaca286c1d5ada05c7ac85783..99f5ba36e6ad1c58a5a421a9a2dca50e442add7e 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";