diff options
author | obache <obache@pkgsrc.org> | 2007-12-03 05:54:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-03 05:54:15 +0000 |
commit | ef268da60f5f67ee080d20c41733a3f6a8b2f1f8 (patch) | |
tree | 7e14802832133c02a58bc23624d66dcbd87f4425 /converters | |
parent | 77ba70f381b7f36426dd6fe874d3932697167658 (diff) | |
download | pkgsrc-ef268da60f5f67ee080d20c41733a3f6a8b2f1f8.tar.gz |
Update p5-JSON to 1.15.
1.15 Wed Nov 14 14:52:31 2007
[JSON]
- modified a bug (rt#28434: UTF-8 handling severly broken)
but recommend to use JSON::PP instead of JSON (with JSON::Converter)
as JSON::Converter's utf8 handling is incomplete.
- fixed rt#29139 (unary boolean negation generates)
objToJson([!1]) => [""]
objToJson([!!1]) => ["1"]
- fixed doc (rt#21038: QuotApos documentation is flawed)
[JSON::PP]
- updated JSON::PP for compatible to JSON::XS 1.52
adding max_size, relaxed, allow_blessed, convert_blessed,
filter_json_object, filter_json_single_key_object
- modified a JSON::PP bug (rt#29988 JSON::PP recursion depth bug)
- Now JSON::PP's max_depth default value is 512.
- Now JSON::PP mapping policy is compatible to JSON::XS
- JSON:PP's allow_tie is obsoleted.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-JSON/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile index 9127530aacb..4416f504f68 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2007/09/12 04:15:06 obache Exp $ +# $NetBSD: Makefile,v 1.3 2007/12/03 05:54:15 obache Exp $ -DISTNAME= JSON-1.14 +DISTNAME= JSON-1.15 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} diff --git a/converters/p5-JSON/distinfo b/converters/p5-JSON/distinfo index bb5834cd0e6..0324908cfa8 100644 --- a/converters/p5-JSON/distinfo +++ b/converters/p5-JSON/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/09/12 04:15:06 obache Exp $ +$NetBSD: distinfo,v 1.3 2007/12/03 05:54:15 obache Exp $ -SHA1 (JSON-1.14.tar.gz) = 92cb2aedd4bc43ff2d5a28abf05df9acff6a037d -RMD160 (JSON-1.14.tar.gz) = e1ad4bb73262ea8b1bfc14170e950722520deb1e -Size (JSON-1.14.tar.gz) = 36432 bytes +SHA1 (JSON-1.15.tar.gz) = 56347647085e9e49d6c66a3d7d573466513eedae +RMD160 (JSON-1.15.tar.gz) = ba6f2fc4fa7bb93f52b2f731a971f8cf68d5881e +Size (JSON-1.15.tar.gz) = 38395 bytes |