From 4e3d7a2e64528970fb1927526a289f9b0c76f409 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 14 Jun 2007 14:16:04 +0000 Subject: [PATCH] =?utf8?q?Paket=20'List::Util'=20wird=20nun=20benutzt=20(s?= =?utf8?q?ollte=20aber=20eh=20zu=20jeder=20Standard-Perl-Installation=20ge?= =?utf8?q?h=C3=B6ren).=20Die=20Teile=20der=20URLs=20entfernt,=20die=20spez?= =?utf8?q?ifische=20Versionsnummern=20der=20Pakete=20enthalten.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/InstallationCheck.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 3977bb469..dc2a124f0 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -13,8 +13,9 @@ use vars qw(@required_modules); { "name" => "Text::Iconv", "url" => "http://search.cpan.org/~mpiotr/" }, { "name" => "Time::HiRes", "url" => "http://search.cpan.org/~jhi/" }, { "name" => "YAML", "url" => "http://search.cpan.org/~ingy/" }, - { "name" => "IO::Wrap", "url" => "http://search.cpan.org/~dskoll/IO-stringy-2.110/" }, - { "name" => "Text::CSV_XS", "url" => "http://search.cpan.org/~hmbrand/Text-CSV_XS-0.29/" }, + { "name" => "IO::Wrap", "url" => "http://search.cpan.org/~dskoll/" }, + { "name" => "Text::CSV_XS", "url" => "http://search.cpan.org/~hmbrand/" }, + { "name" => "List::Util", "url" => "http://search.cpan.org/~gbarr/" }, ); sub module_available { -- 2.20.1