projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
86413ec
)
Forgot to bump Time-HiRes $VERSION in change #29180
Steve Hay [Wed, 1 Nov 2006 13:22:16 +0000 (13:22 +0000)]
(IO's $VERSION is bumped already)
p4raw-link: @29180 on //depot/perl:
86413ec05edbed389a8f74a82fd028f2d16de4b8
p4raw-id: //depot/perl@29181
ext/Time/HiRes/HiRes.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Time/HiRes/HiRes.pm
b/ext/Time/HiRes/HiRes.pm
index
96e2f42
..
bd2d8d3
100644
(file)
--- a/
ext/Time/HiRes/HiRes.pm
+++ b/
ext/Time/HiRes/HiRes.pm
@@
-23,7
+23,7
@@
require DynaLoader;
stat
);
-$VERSION = '1.94';
+$VERSION = '1.94_01';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;