From: Don Armstrong Date: Tue, 30 Jan 2007 08:14:38 +0000 (-0800) Subject: * Fix typo in send_mail_message X-Git-Tag: release/2.6.0~585^2^2~36 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f91e97f74207240b48bcc38d7234de6493b833e;p=debbugs.git * Fix typo in send_mail_message --- diff --git a/Debbugs/Mail.pm b/Debbugs/Mail.pm index 0a54f8e..d915c67 100644 --- a/Debbugs/Mail.pm +++ b/Debbugs/Mail.pm @@ -104,7 +104,7 @@ using warn. =cut sub send_mail_message{ - my %param = validate_with(param => \@_, + my %param = validate_with(params => \@_, spec => {sendmail_arguments => {type => ARRAYREF, default => [qw(-odq -oem -oi)], },