From aa913830a567a1f8cca0d2eb0ae76e797f38b021 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Wed, 19 Apr 2017 14:13:00 +0200 Subject: [PATCH] InstallationCheck - URI::Escape aufgenommen --- SL/InstallationCheck.pm | 1 + 1 file changed, 1 insertion(+) 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' }, ); -- 2.20.1