From: Moritz Bunkus Date: Tue, 26 Mar 2019 16:25:00 +0000 (+0100) Subject: Module: überflüssige Prüfung auf Test::Harness entfernt X-Git-Tag: release-3.5.4~75^2~27 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=218ac4476fc5bce1434b21499aa69414fd0d4dfb;p=kivitendo-erp.git Module: überflüssige Prüfung auf Test::Harness entfernt Perl 5.10.1 wird seit kivitendo 3.1.0 vorausgesetzt, und 5.10.1 enthält Test::Harness im Core. --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 9fdfb8fff..f5bd4a3d5 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -58,8 +58,6 @@ BEGIN { { name => "Set::Crontab", version => '1.03', url => "http://search.cpan.org/~ams/", debian => 'libset-crontab-perl' }, { name => "String::ShellQuote", version => 1.01, url => "http://search.cpan.org/~rosch/", debian => 'libstring-shellquote-perl' }, { name => "Sort::Naturally", url => "http://search.cpan.org/~sburke/", debian => 'libsort-naturally-perl' }, - # Test::Harness is core, so no Debian packages. Test::Harness 3.00 was first packaged in 5.10.1 - { name => "Test::Harness", version => '3.00', url => "http://search.cpan.org/~petdance/", }, { name => "Template", version => '2.18', url => "http://search.cpan.org/~abw/", debian => 'libtemplate-perl' }, { name => "Text::CSV_XS", version => '0.23', url => "http://search.cpan.org/~hmbrand/", debian => 'libtext-csv-xs-perl' }, { name => "Text::Iconv", version => '1.2', url => "http://search.cpan.org/~mpiotr/", debian => 'libtext-iconv-perl' },