From: G. Richardson Date: Sat, 28 Feb 2015 14:46:04 +0000 (+0100) Subject: Revert "HTML::Entities in InstallationCheck aufgenommen" X-Git-Tag: release-3.2.0~8 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=67311731c1c77054885fe3787ee85c0682978eb2;p=kivitendo-erp.git Revert "HTML::Entities in InstallationCheck aufgenommen" This reverts commit f143a10a13313bca78b97e107bd3b870e5db7d98. HTML::Entities ist Teil des HTML::Parser-Paketes und benötigt daher keinen eigenen Eintrag in InstallationCheck.pm .pm --- 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' },