Skip Menu |

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

Report information
The Basics
Id: 89305
Status: resolved
Priority: 0/
Queue: IO-Compress

People
Owner: Nobody in particular
Requestors: derhoermi [...] gmx.net
Cc:
AdminCc:

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



Subject: Typo in Compress::Zlib _combine function documentation
Date: Mon, 07 Oct 2013 19:47:24 +0200
To: bug-io-compress [...] rt.cpan.org
From: Bjoern Hoehrmann <derhoermi [...] gmx.net>
Hi, In IO-Compress-2.062's Compress::Zlib documentation there is ... If you have built this module with zlib 1.2.3 or better, two more CRC-related functions are available. $crc = adler32_combine($crc1, $crc2, $len2)l $crc = crc32_combine($adler1, $adler2, $len2) These functions allow checksums to be merged. ... There is an extraneous `l` after the first code line (and there is no documentation what these functions do or how to use them, and passing `crc` arguments to the `adler` function seems dubious). FWIW. regards, -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de 25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Thanks - change applied. Paul