X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0bc62174577aa191a65ca59eccb32e176f9f7712..3a4e1d5eb96c2fa2bbbe7a3b3fe8522e374cf7a8:/SL/InstallationCheck.pm?ds=sidebyside diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 74d3c30a6..3977bb469 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -13,6 +13,8 @@ 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/" }, ); sub module_available {