summaryrefslogtreecommitdiff
path: root/ext/Time
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-11-01 13:22:16 +0000
committerSteve Hay <SteveHay@planit.com>2006-11-01 13:22:16 +0000
commit64764f67955c7f025bf507967209b617305e1e04 (patch)
treed01bbe8ed39fa59b529f31610fe241c5b5eaa1cb /ext/Time
parent86413ec05edbed389a8f74a82fd028f2d16de4b8 (diff)
downloadperl-64764f67955c7f025bf507967209b617305e1e04.tar.gz
Forgot to bump Time-HiRes $VERSION in change #29180
(IO's $VERSION is bumped already) p4raw-link: @29180 on //depot/perl: 86413ec05edbed389a8f74a82fd028f2d16de4b8 p4raw-id: //depot/perl@29181
Diffstat (limited to 'ext/Time')
-rw-r--r--ext/Time/HiRes/HiRes.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm
index 96e2f42ae0..bd2d8d32e3 100644
--- 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;