Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

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



Subject: Ability to assign a compression level to addTree calls
I want to zip up a dir in a file at the lowest compression level. The addTree method looks like the ticket but it does not look like I can set the compression level for it. If it is possible please let me know, otherwise it seems like a feature that should be available.
Trying to clean up some RT tickets here. Is this still an issue? Does the latest revision fix the problem?
From: dsteinbrunner [...] pobox.com
On Thu Apr 19 11:24:21 2012, BBYRD wrote: Show quoted text
> Trying to clean up some RT tickets here. Is this still an issue? Does > the latest revision fix the problem?
So I'm looking over this with fresh eyes and I see that I have the ability to use memberNamed to get the items added and then set the desiredCompressionLevel but perhaps it would be more convenient for addTree and the other tree operations to return an array of members effected similar to how methods that deal with a single item returns the corresponding member.