From: G. Richardson Date: Wed, 19 Apr 2017 12:13:00 +0000 (+0200) Subject: InstallationCheck - URI::Escape aufgenommen X-Git-Tag: release-3.5.4~1117 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=aa913830a567a1f8cca0d2eb0ae76e797f38b021;p=kivitendo-erp.git InstallationCheck - URI::Escape aufgenommen --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 297b7ad87..6516c2ee0 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -53,6 +53,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' }, );