From: Mark-Jason Dominus Date: Sat, 19 Apr 2003 15:13:44 +0000 (+0000) Subject: typo in Time::HiRes docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=36d6c396be0fa6cbceda4d703f6121eaeceaf5d8;p=p5sagit%2Fp5-mst-13.2.git typo in Time::HiRes docs Message-ID: <20030419151344.28237.qmail@plover.com> p4raw-id: //depot/perl@19328 --- diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm index 6c179a9..c5409d9 100644 --- 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{VTLARM} = sub { print time, "\n" }; + $SIG{VTALRM} = sub { print time, "\n" }; setitimer(ITIMER_VIRTUAL, 10, 2.5); =head1 C API