From 218ac4476fc5bce1434b21499aa69414fd0d4dfb Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 26 Mar 2019 17:25:00 +0100 Subject: [PATCH] =?utf8?q?Module:=20=C3=BCberfl=C3=BCssige=20Pr=C3=BCfung?= =?utf8?q?=20auf=20Test::Harness=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Perl 5.10.1 wird seit kivitendo 3.1.0 vorausgesetzt, und 5.10.1 enthält Test::Harness im Core. --- SL/InstallationCheck.pm | 2 -- 1 file changed, 2 deletions(-) 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' }, -- 2.20.1