author | Jakub Narebski <jnareb@gmail.com> | |
Tue, 9 Nov 2010 18:27:54 +0000 (19:27 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 11 Nov 2010 17:12:36 +0000 (09:12 -0800) | ||
commit | 3962f1d756ab41c1d180e35483d1c8dffe51e0d1 | |
tree | cf4a89bc82a7e54c9eab14f18329b6b4d8830d97 | tree | snapshot |
parent | 6f10c4103dc7506623f89520ad03517b40788259 | commit | diff |
gitweb: Time::HiRes is in core for Perl 5.8
We say 'use 5.008' at the beginning of the script, therefore there is no
need to check if Time::HiRes module is available. We can also import
gettimeofday and tv_interval.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
We say 'use 5.008' at the beginning of the script, therefore there is no
need to check if Time::HiRes module is available. We can also import
gettimeofday and tv_interval.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl | diff | blob | history |