summaryrefslogtreecommitdiff
path: root/converters/p5-JSON/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-06-04 14:19:58 +0000
committerobache <obache@pkgsrc.org>2008-06-04 14:19:58 +0000
commit12908a4bbb44b26fd7f6167fd871241913d66ae0 (patch)
tree13748120da2ca53d084a4c1d4db604f55a1dc542 /converters/p5-JSON/Makefile
parent32edcede910c8a776c1092e5f059ff120cc9b47a (diff)
downloadpkgsrc-12908a4bbb44b26fd7f6167fd871241913d66ae0.tar.gz
Update p5-JSON to 2.10.
2.10 Tue Jun 3 18:42:11 2008 [JSON] - made compatible with JSON::XS 2.21 * updated the document. - added an item pointed by rt#32361 to the doc. [JSON::PP] [JSON::PP58] [JSON::PP56] [JSON::PP5005] - made compatible with JSON::XS 2.21 * added incr_reset - removed useless codes. 2.09 Sun Apr 20 20:45:33 2008 [JSON] - made compatible with JSON::XS 2.2 - changed pod section totally. [JSON::PP] 2.20001 - made compatible witg JSON::XS 2.2 * lifted the log2 rounding restriction of max_depth and max_size. * incremental json parsing (EXPERIMENTAL). * allow_unknown/get_allow_unknown methods. - the version format was changed. X.YYZZZ => X.YY is the same as JSON::XS. ZZZ is the PP own version. - changed pod section totally. 2.08 Sat Apr 12 22:49:39 2008 [JSON] - fixed JSON::Boolean inheritance mechanism. If the backend is XS with support_by_pp mode and using PP only support method, JSON::Boolean did not work correctly. Thanks to hg[at]apteryx's point. [JSON::PP] 2.07 - Now split into JSON::PP58 for Perl 5.8 and lator. - made an error message compatible to JSON::XS did not croak when TO_JSON method returns same object as passed. [JSON::PP58] - modified for Perls post 5.8.0 that don't have utf8::is_utf8. Thanks to Andreas Koenig. 2.07 Sat Feb 16 15:52:29 2008 [JSON] - experimentally added -convert_blessed_universally to define UNIVERSAL::TO_JSON subroutine. use JSON -convert_blessed_universally; $json->convert_blessed->encode( $blessed ); - and as_nonbleesed is obsoleted (not yet removed). OK? - fixed t/04_pretty.t.
Diffstat (limited to 'converters/p5-JSON/Makefile')
-rw-r--r--converters/p5-JSON/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile
index 0fc9c96db70..d2e14b9c4a8 100644
--- a/converters/p5-JSON/Makefile
+++ b/converters/p5-JSON/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2008/02/13 02:49:06 obache Exp $
+# $NetBSD: Makefile,v 1.6 2008/06/04 14:19:58 obache Exp $
-DISTNAME= JSON-2.06
+DISTNAME= JSON-2.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5 converters
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAKAMAKA/}