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:
2d639e2
)
Time-HiRes: version bump
author
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 14 Mar 2016 00:05:15 +0000
(20:05 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 14 Mar 2016 00:05:15 +0000
(20:05 -0400)
dist/Time-HiRes/HiRes.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Time-HiRes/HiRes.pm
b/dist/Time-HiRes/HiRes.pm
index
289ee06
..
4915813
100644
(file)
--- a/
dist/Time-HiRes/HiRes.pm
+++ b/
dist/Time-HiRes/HiRes.pm
@@
-28,7
+28,7
@@
our @EXPORT_OK = qw (usleep sleep ualarm alarm gettimeofday time tv_interval
stat lstat
);
-our $VERSION = '1.973
1
';
+our $VERSION = '1.973
2
';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;