summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Job/BugMail.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Job/BugMail.pm')
-rw-r--r--Bugzilla/Job/BugMail.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Job/BugMail.pm b/Bugzilla/Job/BugMail.pm
index 9c176b005..e0b7f5448 100644
--- a/Bugzilla/Job/BugMail.pm
+++ b/Bugzilla/Job/BugMail.pm
@@ -9,6 +9,7 @@ package Bugzilla::Job::BugMail;
use 5.10.1;
use strict;
+use warnings;
use Bugzilla::BugMail;
BEGIN { eval "use parent qw(Bugzilla::Job::Mailer)"; }