summaryrefslogtreecommitdiff
path: root/converters/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-26 01:39:09 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-26 01:39:09 +0000
commitd260b2acdf1731472b88a52160589239dc032c71 (patch)
tree16b8c5727f4ad0e0751bc84ff18b707c6541085e /converters/Makefile
parent- Update to 0.21 (diff)
This module converts Perl data structures to JSON and vice versa.
Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons. WWW: http://search.cpan.org/dist/JSON-XS/
Notes
Notes: svn path=/head/; revision=188344
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 7204b56ef266..6f89d8982edc 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -58,6 +58,7 @@
SUBDIR += p5-Encode-compat
SUBDIR += p5-JSON
SUBDIR += p5-JSON-DWIW
+ SUBDIR += p5-JSON-XS
SUBDIR += p5-MIME-Base32
SUBDIR += p5-MIME-Base64
SUBDIR += p5-Number-Nary