summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Job/Mailer.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-12-24 05:30:41 +0100
committermkanat%bugzilla.org <>2008-12-24 05:30:41 +0100
commit985149e60ebc4091934056b4fa41ea0c5c512cce (patch)
tree2fec5e75ae37114552f0ca257bebdbe2005bb576 /Bugzilla/Job/Mailer.pm
parent8a3d4469cc85108a194a78ac95f2a6780d2971eb (diff)
downloadbugzilla-985149e60ebc4091934056b4fa41ea0c5c512cce.tar.gz
bugzilla-985149e60ebc4091934056b4fa41ea0c5c512cce.tar.xz
Fix some test failures caused by the checkin of bug 284184.
Diffstat (limited to 'Bugzilla/Job/Mailer.pm')
-rw-r--r--Bugzilla/Job/Mailer.pm1
1 files changed, 1 insertions, 0 deletions
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 <mkanat@bugzilla.org>
package Bugzilla::Job::Mailer;
+use strict;
use Bugzilla::Mailer;
BEGIN { eval "use base qw(TheSchwartz::Worker)"; }