Revert "HTML::Entities in InstallationCheck aufgenommen"
authorG. Richardson <information@kivitendo-premium.de>
Sat, 28 Feb 2015 14:46:04 +0000 (15:46 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Sat, 28 Feb 2015 15:08:51 +0000 (16:08 +0100)
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

index cddb903..b22d4e7 100644 (file)
@@ -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' },