From 7b46961a8eaa5ae92dfd003de717c49f9203e5ec Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 1 Feb 2007 12:29:58 +0000 Subject: [PATCH] Das Perl-Modul Time::HiRes mit in den InstallationCheck aufnehmen. --- SL/InstallationCheck.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 22724c429..84ee43d67 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -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 { -- 2.20.1