Commit 3962f1d
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>1 parent 6f10c41 commit 3962f1d
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
1065 | 1063 | | |
1066 | 1064 | | |
1067 | 1065 | | |
1068 | | - | |
| 1066 | + | |
1069 | 1067 | | |
1070 | 1068 | | |
1071 | 1069 | | |
| |||
3590 | 3588 | | |
3591 | 3589 | | |
3592 | 3590 | | |
3593 | | - | |
| 3591 | + | |
3594 | 3592 | | |
3595 | 3593 | | |
3596 | 3594 | | |
| |||
5298 | 5296 | | |
5299 | 5297 | | |
5300 | 5298 | | |
5301 | | - | |
| 5299 | + | |
5302 | 5300 | | |
5303 | 5301 | | |
5304 | 5302 | | |
| |||
0 commit comments