Name: | perl-YAML-Syck |
---|---|
Version: | 1.27 |
Release: | 3.el7 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 196926 |
License: | BSD and MIT |
RPM: | perl-YAML-Syck-1.27-3.el7.x86_64.rpm |
Source RPM: | perl-YAML-Syck-1.27-3.el7.src.rpm |
Build Date: | Sat May 03 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/YAML-Syck/ |
Summary: | Fast, lightweight YAML loader and dumper |
Description: | This module provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around. |
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Update to 1.27 - Fix for hash randomization in yaml-alias.t on perl 5.18.0 (CPAN RT#84882, CPAN RT#84466)
- Update to 1.25 - Bump version number and release to fix a MANIFEST mistake in 1.24
- Work around test failures on PPC and ARM (#919806, CPAN RT#83825)
- Update to 1.24 - Implement $JSON::Syck::MaxDepth - Prevent failure when the same object is seen twice during Dump - Prevent YAML from being influenced by the previous change - MinGW64 compatibility (CPAN RT#78363)
- Update to 1.23 - Synchronize JSON::Syck with YAML::Syck version number - Add DumpInto functions (YAML+Syck), which dump into a provided scalar instead of a newly-allocated one - Modify DumpFile functions to output directly to the specified file/filehandle instead of buffering all output in memory - Avoid modifying numbers into strings when emitting - Fix error message typo: s/existant/existent/g - Fix for non-printable character detection - Quote if non-printable characters are present - Make sure that LoadBlessed=0 blocks all blessing - Start listing primary repo as http://github.com/toddr/YAML-Syck - README refreshed via perldoc -t - Require perl(XSLoader) at runtime - Drop %defattr, redundant since rpm 4.4 - Don't need to remove empty directories from the buildroot - Don't use macros for commands - Use DESTDIR rather than PERL_INSTALL_ROOT - Make %files list more explicit
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild