From: Steve Hay Date: Tue, 14 Jun 2005 13:36:03 +0000 (+0000) Subject: Stop "test" filename clashing with "TEST" on Win32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ee60cd3f634e32b6d1c78afe306663346e195196;p=p5sagit%2Fp5-mst-13.2.git Stop "test" filename clashing with "TEST" on Win32 (and bump $IO::Zlib::VERSION again) p4raw-id: //depot/perl@24840 --- 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;