From 1cdea1e2b4d008cf5498a873f4d2a6d0bc564fba Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 19 Dec 2007 15:35:21 +0000 Subject: [PATCH] Upgrade to IO-Zlib-1.08. Fixes to test files allowed us to get back in sync with the distribution. p4raw-id: //depot/perl@32653 --- lib/IO/Zlib.pm | 8 ++------ lib/IO/Zlib/t/uncomp1.t | 2 +- lib/IO/Zlib/t/uncomp2.t | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/IO/Zlib.pm b/lib/IO/Zlib.pm index 111e4a6..2492345 100644 --- a/lib/IO/Zlib.pm +++ b/lib/IO/Zlib.pm @@ -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); diff --git a/lib/IO/Zlib/t/uncomp1.t b/lib/IO/Zlib/t/uncomp1.t index 8424a27..3f19805 100644 --- a/lib/IO/Zlib/t/uncomp1.t +++ b/lib/IO/Zlib/t/uncomp1.t @@ -25,7 +25,7 @@ hello world this is a test EOM -$name = "IO-Zlib-test"; +$name = "test$$"; if (open(FH, ">$name")) { binmode FH; diff --git a/lib/IO/Zlib/t/uncomp2.t b/lib/IO/Zlib/t/uncomp2.t index c8eb6ed..c9057ae 100644 --- a/lib/IO/Zlib/t/uncomp2.t +++ b/lib/IO/Zlib/t/uncomp2.t @@ -25,7 +25,7 @@ hello world this is a test EOM -$name = "IO-Zlib-test"; +$name = "test$$"; if (open(FH, ">$name")) { binmode FH; -- 2.7.4