Upgrade to IO-Zlib-1.08. Fixes to test files allowed us to get back
authorSteve Peters <steve@fisharerojo.org>
Wed, 19 Dec 2007 15:35:21 +0000 (15:35 +0000)
committerSteve Peters <steve@fisharerojo.org>
Wed, 19 Dec 2007 15:35:21 +0000 (15:35 +0000)
in sync with the distribution.

p4raw-id: //depot/perl@32653

lib/IO/Zlib.pm
lib/IO/Zlib/t/uncomp1.t
lib/IO/Zlib/t/uncomp2.t

index 111e4a6..2492345 100644 (file)
@@ -6,7 +6,7 @@
 
 package IO::Zlib;
 
-$VERSION = "1.07";
+$VERSION = "1.08";
 
 =head1 NAME
 
@@ -260,10 +260,6 @@ We must know how much to read.
 
 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 @@ it and/or modify it under the same terms as Perl itself.
 
 =cut
 
-require 5.004;
+require 5.006;
 
 use strict;
 use vars qw($VERSION $AUTOLOAD @ISA);
index 8424a27..3f19805 100644 (file)
@@ -25,7 +25,7 @@ hello world
 this is a test
 EOM
 
-$name = "IO-Zlib-test";
+$name = "test$$";
 
 if (open(FH, ">$name")) {
     binmode FH;
index c8eb6ed..c9057ae 100644 (file)
@@ -25,7 +25,7 @@ hello world
 this is a test
 EOM
 
-$name = "IO-Zlib-test";
+$name = "test$$";
 
 if (open(FH, ">$name")) {
     binmode FH;