8
0

Accepting request 860279 from devel:languages:perl:autoupdate

- updated to 0.59
   see /usr/share/doc/packages/perl-JSON-Parse/Changes
  0.59 2021-01-04
  * "json_file_to_perl" renamed "read_json"
  * Documentation work
   -- Benchmarks section updated with latest versions, add Cpanel::JSON::XS
   -- Add Metacpan vote ratings to other CPAN modules section
   -- Sections reordered to put methods above parsing details
  0.58 2021-01-01
  * Protect against stack overflows by having maximum parsing depth
   -- set_max_depth, get_max_depth methods added
  * Documentation updated
   -- JSON RFC changed to 8259
   -- Discussion of Unicode tests in JSON Test Suite

OBS-URL: https://build.opensuse.org/request/show/860279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Parse?expand=0&rev=26
This commit is contained in:
2021-01-04 16:40:26 +00:00
committed by Git OBS Bridge
parent 7056b5477f
commit 476bda9387
4 changed files with 34 additions and 18 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jan 4 03:08:36 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.59
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.59 2021-01-04
* "json_file_to_perl" renamed "read_json"
* Documentation work
-- Benchmarks section updated with latest versions, add Cpanel::JSON::XS
-- Add Metacpan vote ratings to other CPAN modules section
-- Sections reordered to put methods above parsing details
0.58 2021-01-01
* Protect against stack overflows by having maximum parsing depth
-- set_max_depth, get_max_depth methods added
* Documentation updated
-- JSON RFC changed to 8259
-- Discussion of Unicode tests in JSON Test Suite
-------------------------------------------------------------------
Fri Jul 10 09:33:19 UTC 2020 - Tina Müller <timueller+perl@suse.de>