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.)