From: Chris 'BinGOs' Williams Date: Thu, 17 Oct 2013 11:14:27 +0000 (+0100) Subject: Updated JSON-PP to CPAN version 2.27203 X-Git-Tag: upstream/5.20.0~1551 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be08498a8ddf361c675f545c51ba12a6443977cb;p=platform%2Fupstream%2Fperl.git Updated JSON-PP to CPAN version 2.27203 [DELTA] 2.27203 Thu Oct 17 19:38:55 2013 - fixed return/or in _incr_parse reported and patched by MAUKE, sprout and rjbs https://rt.cpan.org/Public/Bug/Display.html?id=86948 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f324379..50b0b62 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -872,7 +872,7 @@ use File::Glob qw(:case); }, 'JSON::PP' => { - 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27202.tar.gz', + 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27203.tar.gz', 'FILES' => q[cpan/JSON-PP], 'EXCLUDED' => [ 't/900_pod.t', # Pod testing diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f0d4886..4f1c3d3 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -262,6 +262,12 @@ keep in sync with the latest CPAN release. =item * +L has been upgraded from version 2.27202 to 2.27203 + +Fixed return/or in C<_incr_parse>. + +=item * + L has been upgraded from version 1.32 to 1.34. The list reduction functions C, C, C and C have been