From: Moritz Bunkus Date: Thu, 14 Jun 2007 14:16:04 +0000 (+0000) Subject: Paket 'List::Util' wird nun benutzt (sollte aber eh zu jeder Standard-Perl-Installati... X-Git-Tag: release-2.4.3^2~124 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=4e3d7a2e64528970fb1927526a289f9b0c76f409;p=kivitendo-erp.git Paket 'List::Util' wird nun benutzt (sollte aber eh zu jeder Standard-Perl-Installation gehören). Die Teile der URLs entfernt, die spezifische Versionsnummern der Pakete enthalten. --- 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 {