Name: | rh-perl524-perl-Parse-CPAN-Meta |
---|---|
Epoch: | 1 |
Version: | 1.4422 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 50670 |
License: | GPL+ or Artistic |
RPM: | rh-perl524-perl-Parse-CPAN-Meta-1.4422-2.el7.noarch.rpm |
Source RPM: | rh-perl524-perl-Parse-CPAN-Meta-1.4422-2.el7.src.rpm |
Build Date: | Wed Dec 07 2016 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Parse-CPAN-Meta/ |
Summary: | Parse META.yml and META.json CPAN meta-data files |
Description: | Parse::CPAN::Meta is a parser for META.json and META.yml files, using JSON::PP and/or CPAN::Meta::YAML. It provides three methods: load_file, load_json_string, and load_yaml_string. These will read and de-serialize CPAN metafiles. Parse::CPAN::Meta provides a legacy API of only two functions, based on the YAML functions of the same name. Wherever possible, identical calling semantics are used. These may only be used with YAML sources. All error reporting is done with exceptions (die'ing). |
- SCL
- Update to 1.4422 - Fixed use of Encode in load_json_string
- Update to 1.4421 - Add CPAN_META_JSON_BACKEND to allow requesting non-JSON.pm backends - Add CPAN_META_JSON_DECODER to allow Mojo::JSON/JSON::Tiny to be used just for decoding - Re-encode strings before decode_json since that expects bytes - Add test cases for wide characters in META files - Bump JSON::PP prerequisite to 2.27300 to work around a bug before perl 5.8.7; includes a test to confirm correct behavior - BR: perl-generators - Simplify find command using -delete
- Perl 5.24 re-rebuild of bootstrapped packages
- Increase release to favour standalone package
- Don't BR: JSON when bootstrapping
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Update to 1.4417 - Outputs the version of backends used - Updated repo metadata and boilerplate files - Pointed issue tracker to the Perl-Toolchain-Gang Github repo - Classify buildreqs by usage - Use %license - Package CONTRIBUTING.mkdn and README files - Expand %description - Make %files list more explicit
- Perl 5.22 re-rebuild of bootstrapped packages