summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-02 05:00:17 +0100
committertravis%sedsystems.ca <>2005-02-02 05:00:17 +0100
commitd652763b3fe4ae1256736c188c203f80b3b8f8f8 (patch)
treee011462d07c9b31d8f1a169ed4b6497bc2683253 /checksetup.pl
parent5bf561558211cc84c176b80a5b3cced32704139b (diff)
downloadbugzilla-d652763b3fe4ae1256736c188c203f80b3b8f8f8.tar.gz
bugzilla-d652763b3fe4ae1256736c188c203f80b3b8f8f8.tar.xz
Bug 277437 : Use Mail::Mailer (Perl module) for mail delivery
Patch by Andrei Benea <abenea@gmail.com> r=vladd a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl7
1 files changed, 6 insertions, 1 deletions
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 {