in reply to Need feedback on Compress::Zlib
Overall, I'd say it's quite stable. It's being used in the guts of ActiveState's PPM, for instance. Archive::Tar uses it for its file (de)compression, and Archive::Zip uses it for its member (de)compression. There are other interfaces to it, including IO::Zlib that lets you view a gzip stream as a file handle. This may be easier to use, depending on your application.
|
|---|