From: G. Richardson Date: Wed, 19 Apr 2017 12:24:15 +0000 (+0200) Subject: InstallationCheck - HTML::Entities hinzugefügt X-Git-Tag: release-3.5.4~1116 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=19e86778398cbb4e94e463b18e57569d9c814c16;p=kivitendo-erp.git InstallationCheck - HTML::Entities hinzugefügt --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 6516c2ee0..851d0b667 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -33,6 +33,7 @@ BEGIN { { name => "File::Copy::Recursive", url => "http://search.cpan.org/~dmuey/", debian => 'libfile-copy-recursive-perl' }, { name => "File::MimeInfo::Magic", url => "http://search.cpan.org/~michielb/", debian => 'libfile-mimeinfo-perl' }, { name => "GD", url => "http://search.cpan.org/~lds/", debian => 'libgd-gd2-perl', }, + { name => 'HTML::Entities', url => 'http://search.cpan.org/~gaas/', debian => 'libhtml-parser-perl', }, { 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' },