From d652763b3fe4ae1256736c188c203f80b3b8f8f8 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 2 Feb 2005 04:00:17 +0000 Subject: Bug 277437 : Use Mail::Mailer (Perl module) for mail delivery Patch by Andrei Benea r=vladd a=justdave --- checksetup.pl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 1a8f46f55..daabfa8f4 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -302,7 +302,11 @@ my $modules = [ { name => 'Text::Wrap', version => '2001.0131' - } + }, + { + name => 'Mail::Mailer', + version => '1.65' + }, ]; my %ppm_modules = ( @@ -318,6 +322,7 @@ my %ppm_modules = ( 'GD' => 'GD', 'GD::Graph' => 'GDGraph', 'GD::Text::Align' => 'GDTextUtil', + 'Mail::Mailer' => 'MailTools', ); sub install_command { -- cgit v1.2.3-24-g4f1b