diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-03-08 15:22:03 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-03-08 15:22:03 +0000 |
commit | 2ec5653d4ccd411ce2acd12770f34b981c5dc303 (patch) | |
tree | e0f2a3d26bd026a32c12fad64fb0a23d2a4f4df2 /cpan | |
parent | 01aa1a42bf87c8e8e3a08e8aae9bc6051c384470 (diff) | |
download | perl-2ec5653d4ccd411ce2acd12770f34b981c5dc303.tar.gz |
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
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/JSON-PP/lib/JSON/PP.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpan/JSON-PP/lib/JSON/PP.pm b/cpan/JSON-PP/lib/JSON/PP.pm index 5b4868b5b2..cef9f42175 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 |