Skip Menu |

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

Report information
The Basics
Id: 12187
Status: open
Priority: 0/
Queue: Archive-Zip

People
Owner: Nobody in particular
Requestors: 3rkk-ufis [...] spamex.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.15_02
Fixed in: (no value)



Subject: 1.15_02 Archive::Zip::ZipFileMember::_become: keep localHeaderRelativeOffset
Distribution name and version: Archive-Zip-1.15_02 perl -v: v5.8.5 built for i386-linux-thread-multi uname -a: Linux ingrid.hq.netapp.com 2.6.9-1.667 #1 Tue Nov 2 14:41:25 EST 2004 i686 i686 i386 GNU/Linux I have an application where I want to access localHeaderRelativeOffset for every member of a zip archive. However, Archive::Zip::ZipFileMember::_become contains delete( $self->{'localHeaderRelativeOffset'} ); which means that localHeaderRelativeOffset is deleted for directory members. This is a feature request for a way to make localHeaderRelativeOffset available for every member of a zip archive. For now, I just removed the line delete( $self->{'localHeaderRelativeOffset'} ); Longer term, you might want to consider adding a way for users of Archive::Zip to subclass Archive::Zip::Member and its descendants.
Trying to clean up some RT tickets here. Is this still an issue? Does the latest revision fix the problem?
Subject: Re: [rt.cpan.org #12187] 1.15_02 Archive::Zip::ZipFileMember::_become: keep localHeaderRelativeOffset
Date: Thu, 26 Apr 2012 07:14:52 -0700
To: bug-Archive-Zip [...] rt.cpan.org
From: Howard Gayle <3rkk-ufis [...] spamex.com>
On Thu, 19 Apr 2012 11:14:58 -0400, Brendan Byrd via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=12187 > > > Trying to clean up some RT tickets here. Is this still an issue? Does > the latest revision fix the problem?
I no longer have access to the software using this package.