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.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Send/Sendmail.pm b/Bugzilla/Send/Sendmail.pm
index 4cf9b88f1..9496ff97c 100644
--- a/Bugzilla/Send/Sendmail.pm
+++ b/Bugzilla/Send/Sendmail.pm
@@ -10,7 +10,7 @@ package Bugzilla::Send::Sendmail;
use 5.10.1;
use strict;
-use base qw(Email::Send::Sendmail);
+use parent qw(Email::Send::Sendmail);
use Return::Value;
use Symbol qw(gensym);