Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: user42 [...] zip.com.au
Cc:
AdminCc:

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



Subject: docs bunzip new() $verbosity parameter
Date: Tue, 09 Feb 2010 10:54:24 +1100
To: bug-Compress-Raw-Bzip2 [...] rt.cpan.org
From: Kevin Ryde <user42 [...] zip.com.au>
In Compress::Raw::Bzip2 2.024 the pod the bunzip constructor shows ($z, $status) = new Compress::Raw::Bunzip2 $appendOutput, $consumeInput, $small, $limitOutput; but nosing around the .xs and giving it a bit of a run I think there's a "$verbosity" parameter in there too before $limitOutput. (I tried passing a 4th parameter to get limitOutput and it didn't have the desired effect, only as a 5th parameter.)
On Mon Feb 08 18:56:51 2010, user42@zip.com.au wrote: Show quoted text
> In Compress::Raw::Bzip2 2.024 the pod the bunzip constructor shows > > ($z, $status) = new Compress::Raw::Bunzip2 $appendOutput,
$consumeInput, Show quoted text
> $small, $limitOutput; > > but nosing around the .xs and giving it a bit of a run I think there's a > "$verbosity" parameter in there too before $limitOutput. > > (I tried passing a 4th parameter to get limitOutput and it didn't have > the desired effect, only as a 5th parameter.)
Thanks - documentation updated.