This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0fd62e
)
typo in Time::HiRes docs
author
Mark-Jason Dominus
<mjd@plover.com>
Sat, 19 Apr 2003 15:13:44 +0000
(15:13 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 25 Apr 2003 06:57:10 +0000
(06:57 +0000)
Message-ID: <
20030419151344
.28237.qmail@plover.com>
p4raw-id: //depot/perl@19328
ext/Time/HiRes/HiRes.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Time/HiRes/HiRes.pm
b/ext/Time/HiRes/HiRes.pm
index
6c179a9
..
c5409d9
100644
(file)
--- a/
ext/Time/HiRes/HiRes.pm
+++ b/
ext/Time/HiRes/HiRes.pm
@@
-288,7
+288,7
@@
The interval is always what you put in using setitimer().
use Time::HiRes qw ( setitimer ITIMER_VIRTUAL time );
- $SIG{VT
LA
RM} = sub { print time, "\n" };
+ $SIG{VT
AL
RM} = sub { print time, "\n" };
setitimer(ITIMER_VIRTUAL, 10, 2.5);
=head1 C API