Subject: | Return value for Archive::Zip::extractTree not documented |
The Archive::Zip module is a nice piece of work.
One thing I noticed was that the return value for Archive::Zip::extractTree does not appear to be documented.
Return values for most other methods are documented, so it kind of stands out when it is not documented for one particular method.
Inspection of the source code reveals that (unsurprisingly) it follows the standard pattern of returning AZ_OK if everything is OK.