Skip Menu |

This queue is for tickets about the Archive-Zip CPAN distribution.

Report information
The Basics
Id: 22902
Status: rejected
Worked: 20 min
Priority: 0/
Queue: Archive-Zip

People
Owner: SHLOMIF [...] cpan.org
Requestors: jlerman [...] ejpress.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Problems extracting zips created with Archive::Zip with Windows XP zip extractor
Date: Wed, 08 Nov 2006 12:24:32 -0500
To: bug-Archive-Zip [...] rt.cpan.org
From: Jeff Lerman <jlerman [...] ejpress.com>
Hi, When trying to extract zip files created with Archive::Zip using the built in zip functionality of windows xp, I have encountered a problem. The zip file will open, without any error msgs, but the content is empty. I have not been able to find any leads on this one.. Thanks, --Jeff
On Wed Nov 08 12:20:19 2006, jlerman@ejpress.com wrote: Show quoted text
> Hi, > > When trying to extract zip files created with Archive::Zip using the > built in zip functionality of windows xp, I have encountered a
problem. Show quoted text
> The zip file will open, without any error msgs, but the content is > empty. I have not been able to find any leads on this one.. >
Hi! Can you supply us with a self-contained Archive::Zip script that creates a zip file that reproduces this problem? Regards, Shlomi Fish Show quoted text
> Thanks, > > --Jeff >
I cannot reproduce this bug using the following script (to be run inside an Archive-Zip installation): <<<<<<<<<<<<<<< #!/usr/bin/perl use strict; use warnings; use lib "./lib"; use Archive::Zip; my $zip = Archive::Zip->new(); $zip->addFile("t/05_tree.t"); $zip->addFile("Changes"); $zip->writeToFileNamed("test-winxp-exp-zip.zip"); Show quoted text
>>>>>>>>>>>>>>>>
And the author hasn't reproduced any reproduction for this bug, despite having been prompted two weeks ago. So I'm closing this bug. Regards, Shlomi Fish