X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FTime%2FHiRes%2FHiRes.pm;h=e52d7eef99fab2d9c70ab0c4ed290a6016c99099;hb=389199d8e578e8c2660c4fea3c0dd0bee7279ecb;hp=0ff47985760830bb2b71271a258212e1e4a3bf6f;hpb=f03b998d08e7c001de73bf7d09048e2e120c56df;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm index 0ff4798..e52d7ee 100644 --- a/ext/Time/HiRes/HiRes.pm +++ b/ext/Time/HiRes/HiRes.pm @@ -12,7 +12,7 @@ use XSLoader; @EXPORT_OK = qw (usleep sleep ualarm alarm gettimeofday time tv_interval getitimer setitimer ITIMER_REAL ITIMER_VIRTUAL ITIMER_PROF); -$VERSION = '1.21'; +$VERSION = '1.20_00'; sub AUTOLOAD { my $constname; @@ -127,6 +127,19 @@ Returns a floating seconds since the epoch. This function can be imported, resulting in a nice drop-in replacement for the C