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