Version bumps for z/OS fixes.
authorSteve Peters <steve@fisharerojo.org>
Thu, 13 Jul 2006 20:31:59 +0000 (20:31 +0000)
committerSteve Peters <steve@fisharerojo.org>
Thu, 13 Jul 2006 20:31:59 +0000 (20:31 +0000)
p4raw-id: //depot/perl@28569

ext/Encode/Encode.pm
ext/MIME/Base64/Base64.pm
ext/threads/shared/shared.pm

index 7f07b9e..ae04755 100644 (file)
@@ -4,7 +4,7 @@
 package Encode;
 use strict;
 use warnings;
-our $VERSION = sprintf "%d.%02d", q$Revision: 2.18 $ =~ /(\d+)/g;
+our $VERSION = "2.18_01";
 sub DEBUG () { 0 }
 use XSLoader ();
 XSLoader::load( __PACKAGE__, $VERSION );
index 43e5bb9..4c1538d 100644 (file)
@@ -9,7 +9,7 @@ require Exporter;
 @ISA = qw(Exporter);
 @EXPORT = qw(encode_base64 decode_base64);
 
-$VERSION = '3.07';
+$VERSION = '3.07_01';
 
 require XSLoader;
 XSLoader::load('MIME::Base64', $VERSION);
index baae735..3878f6d 100644 (file)
@@ -7,7 +7,7 @@ BEGIN {
     require Exporter;
     our @ISA = qw(Exporter);
     our @EXPORT = qw(share cond_wait cond_timedwait cond_broadcast cond_signal);
-    our $VERSION = '0.94';
+    our $VERSION = '0.94_01';
 
     if ($threads::threads) {
        *cond_wait = \&cond_wait_enabled;