From 914881f4ac280bdc678a0895c08f6850db10b274 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 15 Sep 2013 13:38:18 -0700 Subject: [PATCH] Use dev version for JSON::PP --- 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 12b7d51..fbb81bd 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.27202'; +$JSON::PP::VERSION = '2.27202_01'; @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json); -- 2.7.4