diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-05-22 08:55:45 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-06-09 12:17:12 +0100 |
commit | 7942a65c0ffe21a1cafff7652dfc3aca1a056220 (patch) | |
tree | c596057ae85598c87c2b8809e957d7d31151defa /Porting | |
parent | b9370cdb3536f27395824d1c1a7ffb2c855f1d87 (diff) | |
download | perl-7942a65c0ffe21a1cafff7652dfc3aca1a056220.tar.gz |
Updated JSON-PP to CPAN version 2.27200
[DELTA]
2.27200 Sun May 22 12:17:51 2011
- fixed incr_parse docodeing string more correctly (rt#68032 by LCONS)
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 0b01c781d9..aa2dd205aa 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1088,7 +1088,7 @@ use File::Glob qw(:case); 'JSON::PP' => { 'MAINTAINER' => 'makamaka', - 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27105.tar.gz', + 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27200.tar.gz', 'FILES' => q[cpan/JSON-PP], 'EXCLUDED' => [ 't/900_pod.t', # Pod testing |