Subject: | [Archive-Extract 0.22 / MSWin32 XP] empty directories are extracted as zero-length files |
Date: | Mon, 25 Feb 2008 11:40:22 +0100 |
To: | <bug-Archive-Extract [...] rt.cpan.org> |
From: | "Wöhler, Thorben" <Thorben.Woehler [...] deubner-verlag.de> |
Hello Perl enthusiasts! :-)
I havn't seen this bug addressed in the CPAN public bug tracker for the
Archive-Extract module, so I thought I would let you know.
Bug description...
When extracting a .zip archive which includes empty directories, these empty
directories are extracted not as directories, but as zero-length files.
Not a critical issue, but still something that might cause problems.
I have been using...
Archive-Extract 0.22 (that's what my somewhat outdated command-line "ppm>
install archive-extract" installed)
Perl Version v5.8.7 813 for MSWin32 (from ActiveState)
Windows XP 32bit
Use Archive::Extract;
my $ae = Archive::Extract->new( archive => 'archive.zip' );
$ae->extract( to => '/tmp' );
Keep up the great work!
Kind regards,
Thorben Wöhler