Skip Menu |

This queue is for tickets about the Compress-Raw-Zlib CPAN distribution.

Report information
The Basics
Id: 61082
Status: resolved
Priority: 0/
Queue: Compress-Raw-Zlib

People
Owner: Nobody in particular
Requestors: patcat88 [...] snet.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.030
Fixed in: 2.032



Subject: document inflateReset()
Using Compress::Raw::Zlib 2.030 with ZLIB 1.2.5, under perl 5.10.0, inflateReset() method isn't documented in the POD, it is implemented in the XS and works fine for me. Its pretty important since it lets you reuse a raw::zlib object than have to undef it and create a new raw::zlib object for every new file or compressed stream, and the overhead/ram/cpu usage of that.
From: patcat88 [...] snet.net
On Sun Sep 05 08:55:48 2010, patcat88@snet.net wrote: Show quoted text
> Using Compress::Raw::Zlib 2.030 with ZLIB 1.2.5, under perl 5.10.0, > inflateReset() method isn't documented in the POD, it is implemented in > the XS and works fine for me. Its pretty important since it lets you > reuse a raw::zlib object than have to undef it and create a new > raw::zlib object for every new file or compressed stream, and the > overhead/ram/cpu usage of that.
Also documenting the status() method would be nice but not as crucial.