projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaa48ae
)
Das Perl-Modul Time::HiRes mit in den InstallationCheck aufnehmen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 1 Feb 2007 12:29:58 +0000
(12:29 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 1 Feb 2007 12:29:58 +0000
(12:29 +0000)
SL/InstallationCheck.pm
patch
|
blob
|
history
diff --git
a/SL/InstallationCheck.pm
b/SL/InstallationCheck.pm
index
22724c4
..
84ee43d
100644
(file)
--- 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 {