From 0c9c583db7a265819d60334ca0748e108ee161cb Mon Sep 17 00:00:00 2001 From: makamaka Date: Mon, 20 Dec 2010 16:18:06 +0900 Subject: [PATCH] modified package name --- lib/JSON/PP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/JSON/PP.pm b/lib/JSON/PP.pm index e1540f7..efb3711 100644 --- a/lib/JSON/PP.pm +++ b/lib/JSON/PP.pm @@ -11,7 +11,7 @@ use Carp (); use B (); #use Devel::Peek; -$JSON::PP::VERSION = '2.27100_01'; +$JSON::PP::VERSION = '2.27101'; @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json);