diff options
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 |