diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-30 16:03:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-30 16:03:40 +0000 |
commit | 76fbd8c4ea7bb4d7a18a2c0a1d508a67659f3068 (patch) | |
tree | 07df987d6dc9101dd46cf553b10d3842b15a9e0f /ext/Time | |
parent | 561c79edc84c161bc73be7aa0d10cde362797d7d (diff) | |
download | perl-76fbd8c4ea7bb4d7a18a2c0a1d508a67659f3068.tar.gz |
More VERSION tuning: to avoid unnecessary Perl upgrades
by CPAN.pm, use rather _00.
p4raw-id: //depot/perl@11047
Diffstat (limited to 'ext/Time')
-rw-r--r-- | ext/Time/HiRes/HiRes.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm index 0ff4798576..f512145fff 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; |