This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
JSON-PP: customized VERSION bump
[perl5.git]
/
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
(file)
--- 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_0
1
';
+$JSON::PP::VERSION = '2.27400_0
2
';
@JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json);