From e29e57574269f0771561a0f1b6039fd4809391a3 Mon Sep 17 00:00:00 2001 From: "bugzilla%glob.com.au" <> Date: Fri, 8 Jul 2005 09:17:04 +0000 Subject: 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(+) (limited to 'whineatnews.pl') diff --git a/whineatnews.pl b/whineatnews.pl index 16be900ad..ae2121303 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"; -- cgit v1.2.3-24-g4f1b