Skip Menu |

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

Report information
The Basics
Id: 84223
Status: resolved
Priority: 0/
Queue: Compress-Bzip2

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

Bug Information
Severity: Important
Broken in: 2.09
Fixed in: (no value)



Subject: bzinflateInit args ignored
bzinflateInit has a wrong logic checking its params. It starts at index 1 instead of 0. bzinflateInit(-verbosity => 4) is ignored. I'm fixing it for 2.10, see https://github.com/rurban/Compress-Bzip2/ -- Reini Urban
On Tue Mar 26 11:03:01 2013, RURBAN wrote: Show quoted text
> bzinflateInit has a wrong logic checking its params. It starts at > index 1 instead of 0. > > bzinflateInit(-verbosity => 4) is ignored. > > I'm fixing it for 2.10, see https://github.com/rurban/Compress-Bzip2/
fixed with 4c78dd8 : [cpan #84223] fix ignored bzinflateInit args -- Reini Urban