Name: | perl-YAML |
---|---|
Version: | 1.24 |
Release: | 3.module+el8.3.0+7746+84c9bd8e |
Architecture: | noarch |
Module: | perl-YAML:1.24:820181214175558:2ab761e1 perl-YAML:1.24:8010020190322131811:2ab761e1 perl-YAML:1.24:8030020200313080146:2ab761e1 perl-YAML:1.24:8060020210901112033:2ab761e1 |
Group: | Unspecified |
Size: | 188025 |
License: | GPL+ or Artistic |
RPM: | perl-YAML-1.24-3.module+el8.3.0+7746+84c9bd8e.noarch.rpm |
Source RPM: | perl-YAML-1.24-3.module+el8.3.0+7746+84c9bd8e.src.rpm |
Build Date: | Wed Aug 12 2020 |
Build Host: | jenkins-10-147-72-125-fe03e3d8-f9aa-4592-8330-92337bd28b4d.appad2iad.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)