Skip Menu |

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

Report information
The Basics
Id: 130524
Status: new
Priority: 0/
Queue: Archive-Zip

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

Bug Information
Severity: (no value)
Broken in: 1.66
Fixed in: (no value)



Subject: Please document isSymbolicLink
With the recent changes regarding Archive::Zip::Member::extractToFileHandle it is necessary to know whether a member is a normal file or a symlink, and handle appropriately (in my special case (checking the integrity of the zip file) this is: skip the symlinks). I see in the source code that isSymbolicLink exists, but unfortunately it is not documented. It would be nice if it was mentioned, along to isTextFile and isDirectory.