diff options
author | mkanat%bugzilla.org <> | 2008-12-24 04:30:41 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-12-24 04:30:41 +0000 |
commit | 985149e60ebc4091934056b4fa41ea0c5c512cce (patch) | |
tree | 2fec5e75ae37114552f0ca257bebdbe2005bb576 /Bugzilla/Job | |
parent | 8a3d4469cc85108a194a78ac95f2a6780d2971eb (diff) | |
download | bugs-985149e60ebc4091934056b4fa41ea0c5c512cce.tar bugs-985149e60ebc4091934056b4fa41ea0c5c512cce.tar.gz bugs-985149e60ebc4091934056b4fa41ea0c5c512cce.tar.bz2 bugs-985149e60ebc4091934056b4fa41ea0c5c512cce.tar.xz bugs-985149e60ebc4091934056b4fa41ea0c5c512cce.zip |
Fix some test failures caused by the checkin of bug 284184.
Diffstat (limited to 'Bugzilla/Job')
-rw-r--r-- | Bugzilla/Job/Mailer.pm | 1 |
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)"; } |