From ee60cd3f634e32b6d1c78afe306663346e195196 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Tue, 14 Jun 2005 13:36:03 +0000 Subject: [PATCH] Stop "test" filename clashing with "TEST" on Win32 (and bump $IO::Zlib::VERSION again) p4raw-id: //depot/perl@24840 --- lib/IO/Zlib.pm | 2 +- lib/IO/Zlib/t/uncomp1.t | 2 +- lib/IO/Zlib/t/uncomp2.t | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/IO/Zlib.pm b/lib/IO/Zlib.pm index ad29243..d1b54c3 100644 --- a/lib/IO/Zlib.pm +++ b/lib/IO/Zlib.pm @@ -6,7 +6,7 @@ package IO::Zlib; -$VERSION = "1.04_01"; +$VERSION = "1.04_02"; =head1 NAME diff --git a/lib/IO/Zlib/t/uncomp1.t b/lib/IO/Zlib/t/uncomp1.t index 7e580ad..4225ab7 100644 --- a/lib/IO/Zlib/t/uncomp1.t +++ b/lib/IO/Zlib/t/uncomp1.t @@ -18,7 +18,7 @@ hello world this is a test EOM -$name = "test"; +$name = "IO-Zlib-test"; if (open(FH, ">$name")) { binmode FH; diff --git a/lib/IO/Zlib/t/uncomp2.t b/lib/IO/Zlib/t/uncomp2.t index 979900d..03e7a6b 100644 --- a/lib/IO/Zlib/t/uncomp2.t +++ b/lib/IO/Zlib/t/uncomp2.t @@ -18,7 +18,7 @@ hello world this is a test EOM -$name = "test"; +$name = "IO-Zlib-test"; if (open(FH, ">$name")) { binmode FH; -- 2.7.4