Path to this page:
Subject: CVS commit: pkgsrc/converters/p5-JSON
From: OBATA Akio
Date: 2007-09-12 06:15:06
Message id: 20070912041506.62C0621507@cvs.netbsd.org
Log Message:
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
Files: