From 67311731c1c77054885fe3787ee85c0682978eb2 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Sat, 28 Feb 2015 15:46:04 +0100 Subject: [PATCH] Revert "HTML::Entities in InstallationCheck aufgenommen" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit f143a10a13313bca78b97e107bd3b870e5db7d98. HTML::Entities ist Teil des HTML::Parser-Paketes und benötigt daher keinen eigenen Eintrag in InstallationCheck.pm .pm --- SL/InstallationCheck.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index cddb903f3..b22d4e7f5 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -29,7 +29,6 @@ BEGIN { { name => "FCGI", version => '0.72', url => "http://search.cpan.org/~mstrout/", debian => 'libfcgi-perl' }, { name => "File::Copy::Recursive", url => "http://search.cpan.org/~dmuey/", debian => 'libfile-copy-recursive-perl' }, { name => "GD", url => "http://search.cpan.org/~lds/", debian => 'libgd-gd2-perl', }, - { name => 'HTML::Entities', url => 'http://search.cpan.org/~gaas/', }, { name => 'HTML::Parser', url => 'http://search.cpan.org/~gaas/', debian => 'libhtml-parser-perl', }, { name => 'HTML::Restrict', url => 'http://search.cpan.org/~oalders/', }, { name => "Image::Info", url => "http://search.cpan.org/~srezic/", debian => 'libimage-info-perl' }, -- 2.20.1