SHA256
8
0
forked from pool/perl-JSON

update to 2.22, noarch pkg

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=11
This commit is contained in:
Christian Wittmer
2010-09-06 08:23:40 +00:00
committed by Git OBS Bridge
parent 3b039d22a6
commit 52f8e7e43b
4 changed files with 61 additions and 41 deletions

View File

@@ -1,27 +1,35 @@
-------------------------------------------------------------------
Mon Sep 6 08:20:25 UTC 2010 - chris@computersalat.de
- update to 2.22
* 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)
* modified for -Duse64bitall -Duselongdouble compiled perl.
11_pc_expo.t too. (these are patched by H.Merijn Brand)
- recreated by cpanspec 1.78
- noarch pkg
- remove blanks from changes file
-------------------------------------------------------------------
Wed Aug 25 07:04:25 UTC 2010 - pascal.bleser@opensuse.org
- completely rewritten spec file
- updated to 2.22:
* check that to_json and from_json are not called as methods
- changes from 2.21:
* 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
- changes from 2.20:
* added eg/bench_pp_xs.pl for benchmark sample
* updated 'INCREMENTAL PARSING' section
* decode_prefix() didn't count a consumed text length properly
* enhanced XS compatibilty in the case of decoding a white space garbaged text
- changes from 2.19:
* fixed typo (rt#53535 by Angel Abad)
* added a recommendation refering to (en|de)code_json to pod
* added 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER'
- changs from 2.18:
* updated document (compatible with JSON::XS 2.29)
* fixed encode an overloaded 'eq' object bug