From 99d42275b37d27e2287be450087e92e3fc788613 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 22 Oct 2016 11:57:07 -0400 Subject: [PATCH] JSON-PP: customized VERSION bump --- cpan/JSON-PP/lib/JSON/PP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1