Updated JSON-PP to CPAN version 2.27203
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 17 Oct 2013 11:14:27 +0000 (12:14 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 17 Oct 2013 11:45:59 +0000 (12:45 +0100)
  [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

Porting/Maintainers.pl
pod/perldelta.pod

index f324379..50b0b62 100755 (executable)
@@ -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
index f0d4886..4f1c3d3 100644 (file)
@@ -262,6 +262,12 @@ keep in sync with the latest CPAN release.
 
 =item *
 
+L<JSON::PP> has been upgraded from version 2.27202 to 2.27203
+
+Fixed return/or in C<_incr_parse>.
+
+=item *
+
 L<List::Util> has been upgraded from version 1.32 to 1.34.
 
 The list reduction functions C<any>, C<all>, C<none> and C<notall> have been