diff options
author | obache <obache@pkgsrc.org> | 2007-09-12 04:15:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-09-12 04:15:06 +0000 |
commit | 680f56e070ec0ef0487b447c4d0f6b72b10e54ba (patch) | |
tree | a7705e671ecc687b0187cea609a394d32dd4be33 /converters/p5-JSON/distinfo | |
parent | e3f8b926c69d941e283767ecb8f520cd2d78d51d (diff) | |
download | pkgsrc-680f56e070ec0ef0487b447c4d0f6b72b10e54ba.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/p5-JSON/distinfo')
-rw-r--r-- | converters/p5-JSON/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
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 |