Skip Menu |

This queue is for tickets about the POE-Filter-Zlib CPAN distribution.

Report information
The Basics
Id: 36655
Status: resolved
Priority: 0/
Queue: POE-Filter-Zlib

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

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



Subject: [PATCH] Prune dependency tree
Date: Wed, 11 Jun 2008 20:23:47 +0200
To: bug-POE-Filter-Zlib [...] rt.cpan.org
From: Martijn van Beers <MARTIJN [...] cpan.org>
Use the lower level Compress::Raw::Zlib instead of Compress::Zlib. This means fewer dependencies and later on easier access to the crc32 of the stream we need for writing .gz files. Also create new input/output streams in clone, so we don't mix up stream states. --- lib/POE/Filter/Zlib/Stream.pm | 30 ++++++++++++++++++------------ 1 files changed, 18 insertions(+), 12 deletions(-)

Message body is not shown because sender requested not to inline it.