summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Job/Mailer.pm
diff options
context:
space:
mode:
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 8fce80dd0..cd1c23445 100644
--- a/Bugzilla/Job/Mailer.pm
+++ b/Bugzilla/Job/Mailer.pm
@@ -9,6 +9,7 @@ package Bugzilla::Job::Mailer;
use 5.10.1;
use strict;
+use warnings;
use Bugzilla::Mailer;
BEGIN { eval "use parent qw(TheSchwartz::Worker)"; }