diff options
author | obache <obache> | 2007-09-12 04:15:06 +0000 |
---|---|---|
committer | obache <obache> | 2007-09-12 04:15:06 +0000 |
commit | 1c8d31634e88933d7c9844c0706cd6b294af5a51 (patch) | |
tree | a7705e671ecc687b0187cea609a394d32dd4be33 /converters | |
parent | e8bf783e1aa281cd3a6c29d57c45755ef32b070b (diff) | |
download | pkgsrc-1c8d31634e88933d7c9844c0706cd6b294af5a51.tar.gz |
Update p5-JSON to 1.14.
1.14 Thu May 10 15:32:18 2007
- added 'TRANSITION PLAN'
- updated JSON::PP
(latin1 and decode_prefix are added for JSON::XS comatible)
1.13 Sun May 6 14:03:31 2007
- fixed round-trip handling for Perl5.9.4
(Thanks to andreas.koenig and Nicholas Clark)
- added overload operator 'eq', 'ne', '==' and '!='
for JSON::NotString (JSON::Literal for JSON::PP) (rt#26923 by Ryan M
1.12 Thu May 3 18:32:28 2007
- fixed loose quoting bug in JSON::Parser. (Thanks to Allen Day and his
- fixed round-trip problem (pointed by Marc Lehmann's JSON::XS)
(However, only in the case of non autoconv mode)
- updated JSON::PP
now can be used in Perl 5.8, 5.6, 5.005 (There is functional restric
added allow_bigint (Thanks to Adam Sussman's patch)
added self_encode, singlequote, allow_barekey
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 d7e5acbeeaf..9127530aacb 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/30 01:41:31 obache Exp $ +# $NetBSD: Makefile,v 1.2 2007/09/12 04:15:06 obache Exp $ -DISTNAME= JSON-1.11 +DISTNAME= JSON-1.14 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 ea7217b7d00..bb5834cd0e6 100644 --- a/converters/p5-JSON/distinfo +++ b/converters/p5-JSON/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/04/30 01:41:31 obache Exp $ +$NetBSD: distinfo,v 1.2 2007/09/12 04:15:06 obache Exp $ -SHA1 (JSON-1.11.tar.gz) = 7fcee4f3d44fcece2cb72b6836fe69285f764d48 -RMD160 (JSON-1.11.tar.gz) = a77b2a40f0fb3279526d30b45c4b19624bc2885d -Size (JSON-1.11.tar.gz) = 32278 bytes +SHA1 (JSON-1.14.tar.gz) = 92cb2aedd4bc43ff2d5a28abf05df9acff6a037d +RMD160 (JSON-1.14.tar.gz) = e1ad4bb73262ea8b1bfc14170e950722520deb1e +Size (JSON-1.14.tar.gz) = 36432 bytes |