summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Send/Sendmail.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Send/Sendmail.pm')
-rw-r--r--Bugzilla/Send/Sendmail.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Send/Sendmail.pm b/Bugzilla/Send/Sendmail.pm
index 0c3cfe9e4..808e62056 100644
--- a/Bugzilla/Send/Sendmail.pm
+++ b/Bugzilla/Send/Sendmail.pm
@@ -6,8 +6,9 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Send::Sendmail;
-
+use 5.10.1;
use strict;
+use warnings;
use base qw(Email::Send::Sendmail);