Die Variable "ranking" für Zahlungsbedinungen konnte nirgends konfiguriert werden...
[kivitendo-erp.git] / SL / InstallationCheck.pm
index 74d3c30..2c92136 100644 (file)
@@ -13,6 +13,10 @@ 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/" },
+  { "name" => "Text::CSV_XS", "url" => "http://search.cpan.org/~hmbrand/" },
+  { "name" => "List::Util", "url" => "http://search.cpan.org/~gbarr/" },
+  { "name" => "Template", "url" => "http://search.cpan.org/~abw/" },
   );
 
 sub module_available {