forked from pool/perl-JSON
2.51
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
f9284e8a9a
commit
cc08831741
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13a8c12a31dc2f22958d78910b392980a71324e41a559bcd4361eab88ca4e765
|
|
||||||
size 55689
|
|
3
JSON-2.51.tar.bz2
Normal file
3
JSON-2.51.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0cc638b2c5204d4a6946be8c051cf988764f630da9d47816047fe31d9eaf9b6
|
||||||
|
size 57606
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 08 11:45:09 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- update to 2.51:
|
||||||
|
* import JSON::PP 2.27105 as BackportPP
|
||||||
|
* JSON::PP is split away JSON distributino for perl 5.14
|
||||||
|
* JSON::backportPP is included in instead
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 13:33:09 UTC 2010 - coolo@novell.com
|
Wed Dec 1 13:33:09 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
@@ -10,7 +18,8 @@ Tue Sep 28 12:35:21 UTC 2010 - pascal.bleser@opensuse.org
|
|||||||
* JSON::PP: cleaned up code and enhanced sort option efficiency in encode
|
* JSON::PP: cleaned up code and enhanced sort option efficiency in encode
|
||||||
|
|
||||||
- changes from 2.25:
|
- changes from 2.25:
|
||||||
* JSON: JSON::Backend::XS::Supportable always executed a needless process with JSON::XS backend; this made encode/decode a bit slower
|
* JSON: JSON::Backend::XS::Supportable always executed a needless process
|
||||||
|
with JSON::XS backend; this made encode/decode a bit slower
|
||||||
|
|
||||||
- changes from 2.24:
|
- changes from 2.24:
|
||||||
* JSON::PP:
|
* JSON::PP:
|
||||||
@@ -19,8 +28,10 @@ Tue Sep 28 12:35:21 UTC 2010 - pascal.bleser@opensuse.org
|
|||||||
|
|
||||||
- changes from 2.23:
|
- changes from 2.23:
|
||||||
* JSON::PP
|
* JSON::PP
|
||||||
+ modified tied object handling in encode; it made encoding speed faster (RT#61604)
|
+ modified tied object handling in encode; it made encoding speed faster
|
||||||
+ modified t/e10_bignum.t for avoiding a warning in using Math::BigInt dev version
|
(RT#61604)
|
||||||
|
+ modified t/e10_bignum.t for avoiding a warning in using Math::BigInt dev
|
||||||
|
version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 6 08:20:25 UTC 2010 - chris@computersalat.de
|
Mon Sep 6 08:20:25 UTC 2010 - chris@computersalat.de
|
||||||
@@ -49,7 +60,8 @@ Wed Aug 25 07:04:25 UTC 2010 - pascal.bleser@opensuse.org
|
|||||||
* added eg/bench_pp_xs.pl for benchmark sample
|
* added eg/bench_pp_xs.pl for benchmark sample
|
||||||
* updated 'INCREMENTAL PARSING' section
|
* updated 'INCREMENTAL PARSING' section
|
||||||
* decode_prefix() didn't count a consumed text length properly
|
* decode_prefix() didn't count a consumed text length properly
|
||||||
* enhanced XS compatibilty in the case of decoding a white space garbaged text
|
* enhanced XS compatibilty in the case of decoding a white space garbaged
|
||||||
|
text
|
||||||
- changes from 2.19:
|
- changes from 2.19:
|
||||||
* fixed typo (rt#53535 by Angel Abad)
|
* fixed typo (rt#53535 by Angel Abad)
|
||||||
* added a recommendation refering to (en|de)code_json to pod
|
* added a recommendation refering to (en|de)code_json to pod
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
Name: perl-JSON
|
Name: perl-JSON
|
||||||
%define cpan_name JSON
|
%define cpan_name JSON
|
||||||
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
||||||
Version: 2.26
|
Version: 2.51
|
||||||
Release: 2
|
Release: 2
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Reference in New Issue
Block a user