X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FInstallationCheck.pm;h=851d0b667be1d03865c1f92f9b1cb9d150272cee;hb=0e04ddd7e3ff23d051838617844698a39f680969;hp=297b7ad87ceaa2071f228d965394f2e941ca61eb;hpb=bd0bd7a0380c750eda91d0467e9e4af414273d00;p=kivitendo-erp.git diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 297b7ad87..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' }, @@ -53,6 +54,7 @@ BEGIN { { 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' }, { name => "URI", version => '1.35', url => "http://search.cpan.org/~gaas/", debian => 'liburi-perl' }, + { name => "URI::Escape", url => "http://search.cpan.org/~gaas/", debian => 'liburi-perl' }, { name => "XML::Writer", version => '0.602', url => "http://search.cpan.org/~josephw/", debian => 'libxml-writer-perl' }, { name => "YAML", version => '0.62', url => "http://search.cpan.org/~ingy/", debian => 'libyaml-perl' }, );