diff options
Diffstat (limited to 'Bugzilla')
-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)"; } |