unsupported #ˆl–äY>” *hŠe@9q¡\ ÊbÑ¿Á „Ze¯À¿,ªRevision history for Perl extension JSON::PP. -------------------------------------------------------------------------- JSON::PP had been inculded in JSON distribution (CPAN module). It was a perl core module in Perl 5.14. -------------------------------------------------------------------------- 2.27202 Wed Mar 13 15:41:22 2013 - license in Makefile.PL was missing 2.27201 Wed Mar 13 13:22:33 2013 - occasionally failed in t/019_incr.t in Perl 5.17.6 or more (because of hash iterator randomization) reported and patched by demerphq https://rt.cpan.org/Public/Bug/Display.html?id=83421 2.27200 Sun May 22 12:17:51 2011 - fixed incr_parse docodeing string more correctly (rt#68032 by LCONS) 2.27105 Tue Mar 8 12:38:42 2011 - removed t/900_pod.t from package because of author test 2.27104 Thu Jan 20 19:06:25 2011 - fixed a problem to convert overloaded objects (pointed by rt#64783) - changed decoding methods object() and array() to pass a object. 2.27103 Wed Dec 29 15:32:38 2010 - added bin/json_pp - command line utility 2.27102 Mon Dec 20 20:29:39 2010 - modified JSON::PP::Boolean pod 2.27101 Mon Dec 20 16:21:03 2010 - renamed JSON::PPdev to JSON::PP 2.27100 Sun Nov 28 02:02:49 2010 - split away JSON distribution 2.27 (= JSON::PP 2.27008) - renamed t/* files -------------------------------------------------------------------------- old history -------------------------------------------------------------------------- 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 2.22 Wed Aug 25 12:46:13 2010 [JSON] - added JSON::XS installing feature in Makefile.PL with cpan or cpanm (some points suggested by gfx) - check that to_json and from_json are not called as methods (CHORNY) [JSON::PP] - modified for -Duse64bitall -Duselongdouble compiled perl. 11_pc_expo.t too. (these are patched by H.Merijn Brand) 2.21 Mon Apr 5 14:56:52 2010 [JSON] - enhanced 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER' - renamed eg/bench_pp_xs.pl to eg/bench_decode.pl - added eg/bench_encode.pl 2.20 Fri Apr 2 12:50:08 2010 [JSON] - added eg/bench_pp_xs.pl for benchmark sample - updated 'INCREMENTAL PARSING' section [JSON::PP] - decode_prefix() didn't count a consumed text length properly. - enhanced XS compatibilty in the case of decoding a white space garbaged text. 2.19 Tue Mar 30 13:40:24 2010 [JSON] - fixed typo (rt#53535 by Angel Abad) - added a recommendation refering to (en|de)code_json to pod (suggested by tokuhirom) - added 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER' to pod. 2.18 Tue Mar 23 15:18:10 2010 [JSON] - updated document (compatible with JSON::XS 2.29) [JSON::PP] - fixed encode an overloaded 'eq' object bug (reported by Alexey A. Kiritchun) - enhanced an error message compatible to JSON::XS 2.17 Thu Jan 7 12:23:13 2010 [JSON] - fixed a problem caused by JSON::XS backend and support_by_pp option (rt#52842, rt#52847 by ikegami) [JSON::PP] - made compatible with JSON::XS 2.27 - patched decode for incr_parse (rt#52820 by ikegami) - relaxed option caused an infinite loop in some condition. 2.16 Fri Oct 16 15:07:37 2009 [JSON][JSON::PP] - made compatible with JSON::XS 2.26