From: Jan Büren Date: Wed, 19 Jul 2017 15:05:34 +0000 (+0200) Subject: InstallationCheck angepasst für neue Abhängigkeit X-Git-Tag: release-3.5.4~990 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6e1f348b79c2f5877fb14e1ea127a53208a21438;p=kivitendo-erp.git InstallationCheck angepasst für neue Abhängigkeit --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 631b330b8..b3e45af9c 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -52,6 +52,7 @@ BEGIN { { name => "Template", version => '2.18', url => "http://search.cpan.org/~abw/", debian => 'libtemplate-perl' }, { 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 => "Text::Unidecode", url => "http://search.cpan.org/~sburke/", debian => 'libtext-unidecode-perl' }, { name => "URI", version => '1.35', 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' },