in sync with the distribution.
p4raw-id: //depot/perl@32653
package IO::Zlib;
-$VERSION = "1.07";
+$VERSION = "1.08";
=head1 NAME
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
=cut
-require 5.004;
+require 5.006;
use strict;
use vars qw($VERSION $AUTOLOAD @ISA);
this is a test
EOM
-$name = "IO-Zlib-test";
+$name = "test$$";
if (open(FH, ">$name")) {
binmode FH;
this is a test
EOM
-$name = "IO-Zlib-test";
+$name = "test$$";
if (open(FH, ">$name")) {
binmode FH;