From 6e1f348b79c2f5877fb14e1ea127a53208a21438 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 19 Jul 2017 17:05:34 +0200 Subject: [PATCH] =?utf8?q?InstallationCheck=20angepasst=20f=C3=BCr=20neue?= =?utf8?q?=20Abh=C3=A4ngigkeit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/InstallationCheck.pm | 1 + 1 file changed, 1 insertion(+) 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' }, -- 2.20.1