Das Perl-Modul Time::HiRes mit in den InstallationCheck aufnehmen.
[kivitendo-erp.git] / SL / InstallationCheck.pm
index 22724c4..84ee43d 100644 (file)
@@ -11,6 +11,7 @@ use vars qw(@required_modules);
   { "name" => "HTML::Template", "url" => "http://search.cpan.org/~samtregar/" },
   { "name" => "Archive::Zip", "url" => "http://search.cpan.org/~adamk/" },
   { "name" => "Text::Iconv", "url" => "http://search.cpan.org/~mpiotr/" },
+  { "name" => "Time::HiRes", "url" => "http://search.cpan.org/~jhi/" },
   );
 
 sub module_available {