Skip Menu |

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

Report information
The Basics
Id: 12771
Status: resolved
Priority: 0/
Queue: Archive-Zip

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Minor nit: warning in Archive::Zip::DirectoryMember::contents()
If I do my($content, $status) = $directory_member->contents then $status is undefined. Maybe when calling contents in a list context (undef, AZ_OK) should be returned. Regards, Slaven
[guest - Thu May 12 07:17:29 2005]: Show quoted text
> If I do > my($content, $status) = $directory_member->contents > then $status is undefined. Maybe when calling contents in a list context > (undef, AZ_OK) > should be returned. > > Regards, > Slaven
I've added this change to the next release. Thanks!