diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-02 12:08:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-02 12:08:55 +0000 |
commit | 0bc5e26bec6ed003330cdcc230884053b52f4f93 (patch) | |
tree | 71734a69c0938670c501dad6f45ef2002c4a6330 /converters | |
parent | 797491b33f6f92bed248f671654553fe36a2973a (diff) | |
download | pkgsrc-0bc5e26bec6ed003330cdcc230884053b52f4f93.tar.gz |
Update to 2.27:
2.27 Sun Oct 31 20:32:46 2010
[JSON::PP]
- Some optimizations (gfx)
[JSON::PP::5005]
- added missing B module varibales (makamaka)
2.26 Tue Sep 28 17:41:37 2010
[JSON::PP]
- cleaned up code and enhanced sort option efficiency in encode.
2.25 Tue Sep 28 16:47:08 2010
[JSON]
- JSON::Backend::XS::Supportable always executed a needless process
with JSON::XS backend. This made encode/decode a bit slower.
2.24 Mon Sep 27 10:56:24 2010
[JSON::PP]
- tweaked code.
- optimized code in hash object encoding.
2.23 Sun Sep 26 22:08:12 2010
[JSON::PP]
- modified tied object handling in encode. it made encoding speed faster.
pointed by https://rt.cpan.org/Ticket/Display.html?id=61604
- modified t/e10_bignum.t
for avoiding a warning in using Math::BigInt dev version
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-JSON/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile index da8948a6986..544785fdb08 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2010/08/25 19:30:23 sno Exp $ +# $NetBSD: Makefile,v 1.16 2010/12/02 12:08:55 wiz Exp $ -DISTNAME= JSON-2.22 +DISTNAME= JSON-2.27 PKGNAME= p5-${DISTNAME} -#PKGREVISION= 1 CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} diff --git a/converters/p5-JSON/distinfo b/converters/p5-JSON/distinfo index a06b933be7e..e96c1d56245 100644 --- a/converters/p5-JSON/distinfo +++ b/converters/p5-JSON/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2010/08/25 19:30:23 sno Exp $ +$NetBSD: distinfo,v 1.13 2010/12/02 12:08:55 wiz Exp $ -SHA1 (JSON-2.22.tar.gz) = 9204a5c00faebd376e8129844d7740e803f435e0 -RMD160 (JSON-2.22.tar.gz) = c439a9593ec88f9fcc3c193b6ac7e07211510ae9 -Size (JSON-2.22.tar.gz) = 75653 bytes +SHA1 (JSON-2.27.tar.gz) = 69daaf59068072bb72ef384d228c745dcdd4ce53 +RMD160 (JSON-2.27.tar.gz) = 4a904cacbad5e0d284ed30db4fab1d16abc91000 +Size (JSON-2.27.tar.gz) = 76579 bytes |