Change 32653 by [EMAIL PROTECTED] on 2007/12/19 15:35:21

        Upgrade to IO-Zlib-1.08.  Fixes to test files allowed us to get back
        in sync with the distribution.

Affected files ...

... //depot/perl/lib/IO/Zlib.pm#7 edit
... //depot/perl/lib/IO/Zlib/t/uncomp1.t#4 edit
... //depot/perl/lib/IO/Zlib/t/uncomp2.t#4 edit

Differences ...

==== //depot/perl/lib/IO/Zlib.pm#7 (text) ====
Index: perl/lib/IO/Zlib.pm
--- perl/lib/IO/Zlib.pm#6~31841~        2007-09-10 09:17:08.000000000 -0700
+++ perl/lib/IO/Zlib.pm 2007-12-19 07:35:21.000000000 -0800
@@ -6,7 +6,7 @@
 
 package IO::Zlib;
 
-$VERSION = "1.07";
+$VERSION = "1.08";
 
 =head1 NAME
 
@@ -260,10 +260,6 @@
 
 The LENGTH must be less than or equal to the buffer size.
 
-=item IO::Zlib::WRITE: OFFSET is not supported
-
-Offsets of gzipped streams are not supported.
-
 =back
 
 =head1 SEE ALSO
@@ -287,7 +283,7 @@
 
 =cut
 
-require 5.004;
+require 5.006;
 
 use strict;
 use vars qw($VERSION $AUTOLOAD @ISA);

==== //depot/perl/lib/IO/Zlib/t/uncomp1.t#4 (text) ====
Index: perl/lib/IO/Zlib/t/uncomp1.t
--- perl/lib/IO/Zlib/t/uncomp1.t#3~24842~       2005-06-14 06:49:41.000000000 
-0700
+++ perl/lib/IO/Zlib/t/uncomp1.t        2007-12-19 07:35:21.000000000 -0800
@@ -25,7 +25,7 @@
 this is a test
 EOM
 
-$name = "IO-Zlib-test";
+$name = "test$$";
 
 if (open(FH, ">$name")) {
     binmode FH;

==== //depot/perl/lib/IO/Zlib/t/uncomp2.t#4 (text) ====
Index: perl/lib/IO/Zlib/t/uncomp2.t
--- perl/lib/IO/Zlib/t/uncomp2.t#3~24842~       2005-06-14 06:49:41.000000000 
-0700
+++ perl/lib/IO/Zlib/t/uncomp2.t        2007-12-19 07:35:21.000000000 -0800
@@ -25,7 +25,7 @@
 this is a test
 EOM
 
-$name = "IO-Zlib-test";
+$name = "test$$";
 
 if (open(FH, ">$name")) {
     binmode FH;
End of Patch.

Reply via email to