Change 34041 by [EMAIL PROTECTED] on 2008/06/10 17:12:16
Subject: [PATCH] Remove temporary file leftover by test in
IO-Compress-Zlib
From: "Steve Hay" <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 10 Jun 2008 17:51:26 +0100
Affected files ...
... //depot/perl/ext/IO_Compress_Zlib/t/006zip.t#2 edit
Differences ...
==== //depot/perl/ext/IO_Compress_Zlib/t/006zip.t#2 (text) ====
Index: perl/ext/IO_Compress_Zlib/t/006zip.t
--- perl/ext/IO_Compress_Zlib/t/006zip.t#1~33846~ 2008-05-17
20:25:54.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/t/006zip.t 2008-06-10 10:12:16.000000000
-0700
@@ -193,8 +193,7 @@
{
title "Create a simple zip - Deflate + STORE";
- #my $lex = new LexFile my $file1;
- my $file1 = "tryout.zip";
+ my $lex = new LexFile my $file1;
my @content = qw(
hello
End of Patch.