From 985149e60ebc4091934056b4fa41ea0c5c512cce Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 24 Dec 2008 04:30:41 +0000 Subject: Fix some test failures caused by the checkin of bug 284184. --- Bugzilla/Job/Mailer.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Job') diff --git a/Bugzilla/Job/Mailer.pm b/Bugzilla/Job/Mailer.pm index a421c59f2..24b589d80 100644 --- a/Bugzilla/Job/Mailer.pm +++ b/Bugzilla/Job/Mailer.pm @@ -21,6 +21,7 @@ # Max Kanat-Alexander package Bugzilla::Job::Mailer; +use strict; use Bugzilla::Mailer; BEGIN { eval "use base qw(TheSchwartz::Worker)"; } -- cgit v1.2.3-24-g4f1b