Paul Marquess via RT <bug-Compress-Raw-Zlib@rt.cpan.org> wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=132734 >
>
> On Fri May 29 03:32:44 2020, p5p@yhbt.net wrote:
> > I noticed ->inflate using AppendOutput and an OOK scalar
> > destination fails in my application.
> >
> > Attached is a test case reproducing the bug. Thanks for
> > Compress::Raw::Zlib!
>
>
> Hey Eric,
>
> thanks for the bug report. when I comment out the workaround section of the patch I get this
>
> # Failed test (t/02zlib.t at line 772)
> # got: '. I.m a HAL 9000 computer'
> # expected: '. I am a HAL 9000 computer'
>
> Does that match with what you are seeing?
Hi Paul,
Yes, sorry, for not making that clear. I actually dug around
and think I figured out a fix (still learning perlguts).
See attached.