From f4f5c47ea31a8a257b48c415b928db03071c475c Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Mon, 26 Jan 2004 15:04:22 +0000 Subject: Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzilla::Util, which contains the trim() function BugMail.pm needs. r=bbaetz --- Bugzilla/BugMail.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/BugMail.pm') diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 7fdf44980..059667a08 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -33,6 +33,7 @@ package Bugzilla::BugMail; use RelationSet; use Bugzilla::Config qw(:DEFAULT $datadir); +use Bugzilla::Util; # This code is really ugly. It was a commandline interface, then it was moved # There are package-global variables which we rely on ProcessOneBug to clean -- cgit v1.2.3-24-g4f1b