From e29e57574269f0771561a0f1b6039fd4809391a3 Mon Sep 17 00:00:00 2001 From: "bugzilla%glob.com.au" <> Date: Fri, 8 Jul 2005 09:17:04 +0000 Subject: [PATCH] Bug 298405: whineatnews.pl can't find Bugzilla/BugMail.pm Patch by Byron Jones r=mkanat,a=justdave --- whineatnews.pl | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.47.3