Name: | perl-YAML |
---|---|
Version: | 1.24 |
Release: | 3.module+el8.1.0+5422+43f20e79 |
Architecture: | noarch |
Module: | perl-YAML:1.24:8010020190322131811:8652dbeb perl-YAML:1.24:8030020200313080146:8652dbeb perl-YAML:1.24:8060020210901112033:8652dbeb |
Group: | Unspecified |
Size: | 188035 |
License: | GPL+ or Artistic |
RPM: | perl-YAML-1.24-3.module+el8.1.0+5422+43f20e79.noarch.rpm |
Source RPM: | perl-YAML-1.24-3.module+el8.1.0+5422+43f20e79.src.rpm |
Build Date: | Sun Nov 10 2019 |
Build Host: | jenkins-10-147-72-125-1f515502-1ac8-4fa7-a095-608f04660a28.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/YAML/ |
Summary: | YAML Ain't Markup Language (tm) |
Description: | The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. http://www.yaml.org/spec/ YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages, including Perl. For information on the YAML syntax, please refer to the YAML specification. |
- Rebuild with enable hardening (bug #1636329)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Update to 1.24 - Fix $LoadCode (GH#180, GH#181, GH#182) - This release by TINITA → update source URL - Drop redundant Group: tag
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 re-rebuild of bootstrapped packages
- Perl 5.26 rebuild
- Update to 1.23 - Fix $YAML::Numify (empty values were converted to 0)
- Update to 1.22 - Add $YAML::Numify
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 1.21 - Declare variables with our() to avoid warnings (GH#109, GH#171) - Empty mapping value at the end resolves to null (was becoming empty string) (GH#131, GH#170) - Output key in warning when duplicate key was found (GH#119, GH#169) - Allow reading and writing to IO::Handle (GH#157, GH#168)