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.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/Job/Mailer.pm b/Bugzilla/Job/Mailer.pm
index 958089e45..d6f08adab 100644
--- a/Bugzilla/Job/Mailer.pm
+++ b/Bugzilla/Job/Mailer.pm
@@ -6,7 +6,10 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Job::Mailer;
+
+use 5.10.1;
use strict;
+
use Bugzilla::Mailer;
BEGIN { eval "use base qw(TheSchwartz::Worker)"; }