Name: | rh-perl526-perl-CPAN-Meta |
---|---|
Version: | 2.150010 |
Release: | 396.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 609765 |
License: | GPL+ or Artistic |
RPM: | rh-perl526-perl-CPAN-Meta-2.150010-396.el7.noarch.rpm |
Source RPM: | rh-perl526-perl-CPAN-Meta-2.150010-396.el7.src.rpm |
Build Date: | Thu Oct 25 2018 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/CPAN-Meta/ |
Summary: | Distribution metadata for a CPAN dist |
Description: | Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. |
- SCL
- Rewrite shell bang according to used perl
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 2.150010 Added: - Merged Parse::CPAN::Meta 1.4420 into this distribution Fixed: - CPAN::Meta::Prereqs now fully accepts phases and types starting with 'x_'; new 'phases' and 'types_in' interfaces have been added - No longer relies on JSON backend for data structure cloning; this is much faster than using JSON::PP - The cloning routine would raise an error on expected types when it previously would stringify; the old behavior is restored - Fixed used of Encode in Parse::CPAN::Meta::load_json_string (cherry picked from Parse::CPAN::Meta 1.4422) - Added "use warnings" to Parse::CPAN::Meta - The YAML and JSON backend variables are ignored when building/testing the perl core itself, where non-core backends are not yet installed Tests: - The 'extra_mappings' feature for meta merging is now tested and documented - During tests, delete new environment variables added by Parse::CPAN::Meta 1.4418 Spec: - Clarifies acceptable values for booleans - Cleaned up text and links of historical specs - Obsolete old perl-Parse-CPAN-Meta package - Simplify find command using -delete
- Increase release to favour standalone package
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Update to 2.150005 - Metadata merging now does deep hash merging as long as keys don't conflict - Serialized CPAN::Meta objects now include a x_serialization_backend entry - Declared extra developer prereq - Added test for 'x_deprecated' field in "provides" - Noted explicitly that historical META spec files are licensed under the same terms as Perl - Changed some test data from UTF-8 to ASCII