summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
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 {