SHA256
9
0
forked from pool/perl-JSON

Accepting request 655964 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/655964
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=43
This commit is contained in:
2018-12-10 09:20:57 +00:00
committed by Git OBS Bridge
parent 0cdc8cd257
commit 5ba65331b0
4 changed files with 37 additions and 19 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Dec 7 06:09:14 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 4.00
see /usr/share/doc/packages/perl-JSON/Changes
4.00 2018-12-07
- production release
3.99_01 2018-12-03
- BACKWARD INCOMPATIBILITY:
As JSON::XS 4.0 changed its policy and enabled allow_nonref
by default, JSON::PP, and thus JSON, also enabled allow_nonref
by default
- updated backportPP with JSON::PP 3.99_01
- allow PERL_JSON_PP_USE_B environmental variable to restore
old number detection behavior for compatibility
-------------------------------------------------------------------
Fri Dec 22 06:31:11 UTC 2017 - coolo@suse.com