X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/d7215d05c226cb51355503823b7bf099b956d04a..99d42275b37d27e2287be450087e92e3fc788613:/cpan/JSON-PP/lib/JSON/PP.pm diff --git a/cpan/JSON-PP/lib/JSON/PP.pm b/cpan/JSON-PP/lib/JSON/PP.pm index bbfb244..9337ce9 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.27400_01'; +$JSON::PP::VERSION = '2.27400_02'; @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json);