Change 28569 by [EMAIL PROTECTED] on 2006/07/13 20:31:59
Version bumps for z/OS fixes.
Affected files ...
... //depot/perl/ext/Encode/Encode.pm#165 edit
... //depot/perl/ext/MIME/Base64/Base64.pm#17 edit
... //depot/perl/ext/threads/shared/shared.pm#40 edit
Differences ...
==== //depot/perl/ext/Encode/Encode.pm#165 (text) ====
Index: perl/ext/Encode/Encode.pm
--- perl/ext/Encode/Encode.pm#164~28359~ 2006-06-06 05:37:34.000000000
-0700
+++ perl/ext/Encode/Encode.pm 2006-07-13 13:31:59.000000000 -0700
@@ -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 );
==== //depot/perl/ext/MIME/Base64/Base64.pm#17 (text) ====
Index: perl/ext/MIME/Base64/Base64.pm
--- perl/ext/MIME/Base64/Base64.pm#16~26262~ 2005-12-05 08:35:14.000000000
-0800
+++ perl/ext/MIME/Base64/Base64.pm 2006-07-13 13:31:59.000000000 -0700
@@ -9,7 +9,7 @@
@ISA = qw(Exporter);
@EXPORT = qw(encode_base64 decode_base64);
-$VERSION = '3.07';
+$VERSION = '3.07_01';
require XSLoader;
XSLoader::load('MIME::Base64', $VERSION);
==== //depot/perl/ext/threads/shared/shared.pm#40 (text) ====
Index: perl/ext/threads/shared/shared.pm
--- perl/ext/threads/shared/shared.pm#39~26804~ 2006-01-12 10:44:49.000000000
-0800
+++ perl/ext/threads/shared/shared.pm 2006-07-13 13:31:59.000000000 -0700
@@ -7,7 +7,7 @@
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;
End of Patch.