On Mon Jul 15 16:46:30 2013, MAUKE wrote:
Show quoted text> At the end of sub _incr_parse (JSON::PP line 1567), it says:
>
> return $obj or '';
>
> Due to the low precedence of 'or', this is parsed as "(return $obj) or
> ''", which is equivalent to 'return $obj'.
>
> This should probably use '||' instead.
I have patch JSON::PP directly in bleadperl, in commit 4fa6bcb02f1. I bumped the version to 2.27202_01 in commit 914881f4ac.
I would appreciate it if there could be a new CPAN release soon, to keep things in synch.
Attached is 4fa6bcb02f1, modified to apply cleanly to the CPAN dist.