summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-XS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.23Cheng-Lung Sung2008-09-292-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=220990
* - Update to 2.20Martin Wilke2008-07-192-4/+4
| | | | | | | | | PR: 125670 Submitted by: Wen heping <wenheping@gmail.com> Approved by: clsung (implicit) Notes: svn path=/head/; revision=217154
* - Update to 2.20 (2.2)Cheng-Lung Sung2008-04-213-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=211688
* - Update to 2.10 (2.1)Cheng-Lung Sung2008-04-072-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=210721
* - Update to 2.01Cheng-Lung Sung2008-01-052-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=205039
* - Update to 1.52Cheng-Lung Sung2007-10-172-4/+4
| | | | Notes: svn path=/head/; revision=201587
* - Update to 1.51Cheng-Lung Sung2007-10-152-4/+4
| | | | Notes: svn path=/head/; revision=201483
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 1.44Cheng-Lung Sung2007-08-222-4/+4
| | | | Notes: svn path=/head/; revision=198086
* - Update to 1.43Cheng-Lung Sung2007-07-302-4/+4
| | | | | | | | | PR: ports/115001 Submitted by: chinsan Reviewed by: clsung Notes: svn path=/head/; revision=196686
* - Update to 1.42Cheng-Lung Sung2007-07-252-4/+4
| | | | Notes: svn path=/head/; revision=196234
* - Update to 1.41Cheng-Lung Sung2007-07-133-5/+7
| | | | Notes: svn path=/head/; revision=195512
* - Update to 1.24Cheng-Lung Sung2007-06-142-4/+4
| | | | Notes: svn path=/head/; revision=193447
* - Update to 1.23Cheng-Lung Sung2007-06-092-4/+4
| | | | Notes: svn path=/head/; revision=193072
* - Update to 1.22Cheng-Lung Sung2007-05-302-4/+4
| | | | Notes: svn path=/head/; revision=192349
* - Update to 1.11Cheng-Lung Sung2007-04-092-4/+4
| | | | Notes: svn path=/head/; revision=189541
* - Update to 1.10 (1.1)Cheng-Lung Sung2007-04-042-4/+5
| | | | Notes: svn path=/head/; revision=189153
* - Update to 1.01Cheng-Lung Sung2007-04-012-4/+4
| | | | Notes: svn path=/head/; revision=188946
* - Update to 1.0Cheng-Lung Sung2007-03-312-4/+4
| | | | Notes: svn path=/head/; revision=188872
* This module converts Perl data structures to JSON and vice versa.Cheng-Lung Sung2007-03-264-0/+48
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: svn path=/head/; revision=188344