forked from pool/perl-JSON-Parse
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:
@@ -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
3
JSON-Parse-0.60.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38b7926e7bd6ff95ed3fc934493b70ef9cdeaca9a500aeea91b2947598531e69
|
||||||
|
size 88203
|
@@ -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>
|
Mon Jan 4 03:08:36 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name JSON-Parse
|
%define cpan_name JSON-Parse
|
||||||
Name: perl-JSON-Parse
|
Name: perl-JSON-Parse
|
||||||
Version: 0.59
|
Version: 0.60
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Parse JSON
|
Summary: Parse JSON
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
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
|
JSON from a file, and there is a safer version of parse_json called
|
||||||
parse_json_safe which doesn't throw exceptions.
|
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.
|
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
|
JSON::Parse accepts only UTF-8 as input. See UTF-8 only and Handling of
|
||||||
@@ -72,6 +72,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes CONTRIBUTING.md examples README see-also-info.json
|
%doc Changes CONTRIBUTING.md examples README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user