On Tue, 06 Jan 2015 19:27:37 +0100 Reiner Herrmann <[email protected]> wrote:
> the attached patch also normalizes the local extra fields. Thanks! > I discovered also a bug in Archive::Zip, that local extra fields > are currently only working for directories: > https://rt.cpan.org/Public/Bug/Display.html?id=101292 Do you know what happens if you try to *set* a local extra field on a non-directory? If is succeeds, then this patch will cause local extra fields to be completely eliminated from non-directories, which isn't good, but could be avoided by only trying to strip local extra fields from directories. Regards, Andrew -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

