Forgot to bump Time-HiRes $VERSION in change #29180
authorSteve Hay <SteveHay@planit.com>
Wed, 1 Nov 2006 13:22:16 +0000 (13:22 +0000)
committerSteve Hay <SteveHay@planit.com>
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

index 96e2f42..bd2d8d3 100644 (file)
@@ -23,7 +23,7 @@ require DynaLoader;
                 stat
                );
        
-$VERSION = '1.94';
+$VERSION = '1.94_01';
 $XS_VERSION = $VERSION;
 $VERSION = eval $VERSION;