In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/44815675c4d350844753c67afaecfc558d824452?hp=6d34c58f5d1f5445aacc6d02f773a06455ecd3ba>
- Log ----------------------------------------------------------------- commit 44815675c4d350844753c67afaecfc558d824452 Author: Steve Hay <[email protected]> Date: Tue Jun 10 18:51:26 2008 +0100 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 p4raw-id: //depot/p...@34041 (cherry picked from commit 3d8721739eea799bd92b1ce19e310399925a685c) ----------------------------------------------------------------------- Summary of changes: ext/IO_Compress_Zlib/t/006zip.t | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/ext/IO_Compress_Zlib/t/006zip.t b/ext/IO_Compress_Zlib/t/006zip.t index 3f63171..fdb28ee 100644 --- a/ext/IO_Compress_Zlib/t/006zip.t +++ b/ext/IO_Compress_Zlib/t/006zip.t @@ -193,8 +193,7 @@ SKIP: { 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 -- Perl5 Master Repository
