Stop "test" filename clashing with "TEST" on Win32
Steve Hay [Tue, 14 Jun 2005 13:36:03 +0000 (13:36 +0000)]
(and bump $IO::Zlib::VERSION again)

p4raw-id: //depot/perl@24840

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

index ad29243..d1b54c3 100644 (file)
@@ -6,7 +6,7 @@
 
 package IO::Zlib;
 
-$VERSION = "1.04_01";
+$VERSION = "1.04_02";
 
 =head1 NAME
 
index 7e580ad..4225ab7 100644 (file)
@@ -18,7 +18,7 @@ hello world
 this is a test
 EOM
 
-$name = "test";
+$name = "IO-Zlib-test";
 
 if (open(FH, ">$name")) {
     binmode FH;
index 979900d..03e7a6b 100644 (file)
@@ -18,7 +18,7 @@ hello world
 this is a test
 EOM
 
-$name = "test";
+$name = "IO-Zlib-test";
 
 if (open(FH, ">$name")) {
     binmode FH;