From: Sven Schöling Date: Mon, 10 Sep 2012 12:12:19 +0000 (+0200) Subject: typo: nicht Net::LDAP ist in core, Net::SMTP ist. X-Git-Tag: release-3.0.0beta1~193 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=00e9a5851ed2d58e0f417d5f5d103f4f48338321;p=kivitendo-erp.git typo: nicht Net::LDAP ist in core, Net::SMTP ist. --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 19b13c5e0..451c41831 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -39,7 +39,7 @@ BEGIN { { name => "Digest::SHA", url => "http://search.cpan.org/~mshelor/", debian => 'libdigest-sha-perl' }, { name => "IO::Socket::SSL", url => "http://search.cpan.org/~sullr/", debian => 'libio-socket-ssl-perl' }, { name => "Net::LDAP", url => "http://search.cpan.org/~gbarr/", debian => 'libnet-ldap-perl' }, - # Net::LDAP is core since 5.7.3 + # Net::SMTP is core since 5.7.3 { name => "Net::SMTP::SSL", version => '1.01', url => "http://search.cpan.org/~cwest/", debian => 'libnet-smtp-ssl-perl' }, { name => "Net::SMTP::TLS", version => '0.12', url => "http://search.cpan.org/~awestholm/", debian => 'libnet-smtp-tls-perl' }, );