In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2ec5653d4ccd411ce2acd12770f34b981c5dc303?hp=01aa1a42bf87c8e8e3a08e8aae9bc6051c384470>
- Log ----------------------------------------------------------------- commit 2ec5653d4ccd411ce2acd12770f34b981c5dc303 Author: Chris 'BinGOs' Williams <[email protected]> Date: Tue Mar 8 15:22:03 2011 +0000 Update JSON-PP to CPAN version 2.27105 [DELTA] 2.27105 Tue Mar 8 12:38:42 2011 - removed t/900_pod.t from package because of author test Merely a version bump ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- cpan/JSON-PP/lib/JSON/PP.pm | 6 ++++-- pod/perldelta.pod | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 84a479c..fd86979 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -868,7 +868,7 @@ use File::Glob qw(:case); 'JSON::PP' => { 'MAINTAINER' => 'makamaka', - 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27104.tar.gz', + 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27105.tar.gz', 'FILES' => q[cpan/JSON-PP], 'EXCLUDED' => [ 't/900_pod.t', # Pod testing diff --git a/cpan/JSON-PP/lib/JSON/PP.pm b/cpan/JSON-PP/lib/JSON/PP.pm index 5b4868b..cef9f42 100644 --- a/cpan/JSON-PP/lib/JSON/PP.pm +++ b/cpan/JSON-PP/lib/JSON/PP.pm @@ -11,7 +11,7 @@ use Carp (); use B (); #use Devel::Peek; -$JSON::PP::VERSION = '2.27104'; +$JSON::PP::VERSION = '2.27105'; @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json); @@ -1625,7 +1625,9 @@ JSON::PP - JSON::XS compatible pure-Perl module. =head1 VERSION - 2.27103 + 2.27105 + +L<JSON::XS> 2.27 compatible. =head1 NOTE diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1b88b4b..1236c1f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -122,7 +122,7 @@ C<IO> has been upgraded from version 1.25_03 to 1.25_04. =item * -C<JSON::PP> has been upgraded from version 2.27103 to 2.27104 +C<JSON::PP> has been upgraded from version 2.27103 to 2.27105 =item * -- Perl5 Master Repository
