8
0

Accepting request 866773 from devel:languages:perl:autoupdate

- updated to 0.60
   see /usr/share/doc/packages/perl-JSON-Parse/Changes

OBS-URL: https://build.opensuse.org/request/show/866773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Parse?expand=0&rev=28
This commit is contained in:
2021-01-27 16:15:01 +00:00
committed by Git OBS Bridge
parent 476bda9387
commit 6eb32a2193
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b7edeb0c877a5da36097d665f5dbb4809599406a68ee2a44f7b110fa226f4c8
size 86936

3
JSON-Parse-0.60.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38b7926e7bd6ff95ed3fc934493b70ef9cdeaca9a500aeea91b2947598531e69
size 88203

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 26 03:07:53 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.60
see /usr/share/doc/packages/perl-JSON-Parse/Changes
-------------------------------------------------------------------
Mon Jan 4 03:08:36 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name JSON-Parse
Name: perl-JSON-Parse
Version: 0.59
Version: 0.60
Release: 0
Summary: Parse JSON
License: Artistic-1.0 OR GPL-1.0-or-later
@@ -41,7 +41,7 @@ descriptive fatal error if the JSON is invalid. A function read_json reads
JSON from a file, and there is a safer version of parse_json called
parse_json_safe which doesn't throw exceptions.
For special cases of parsing, there are also methods new and run, which
For special cases of parsing, there are also methods new and parse, which
create a JSON parsing object and run it on text. See METHODS.
JSON::Parse accepts only UTF-8 as input. See UTF-8 only and Handling of
@@ -72,6 +72,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CONTRIBUTING.md examples README see-also-info.json
%doc Changes CONTRIBUTING.md examples README
%changelog