Changelog for
perl-YAML-1.29-5.fc31.noarch.rpm :
* Fri Mar 13 2020 Paul Howarth
- 1.29-5- Remove non-free test file t/load-slides.t (#1813197, GH#219)
* Fri Jul 26 2019 Fedora Release Engineering - 1.29-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Jun 02 2019 Jitka Plesnikova - 1.29-3- Perl 5.30 re-rebuild of bootstrapped packages
* Thu May 30 2019 Jitka Plesnikova - 1.29-2- Perl 5.30 rebuild
* Sat May 11 2019 Paul Howarth - 1.29-1- Update to 1.29 - Fix regex for alias to match the one for anchors (GH#214)
* Sun Apr 28 2019 Paul Howarth - 1.28-1- Update to 1.28 - Security fix: only enable loading globs when $LoadCode is set (GH#213)- Modernize spec using %{make_build} and %{make_install}
* Sat Feb 02 2019 Fedora Release Engineering - 1.27-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Nov 03 2018 Paul Howarth - 1.27-1- Update to 1.27 - Remove a warning about uninitialized value for perl ≤ 5.10
* Fri Jul 13 2018 Fedora Release Engineering - 1.26-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat Jun 30 2018 Jitka Plesnikova - 1.26-3- Perl 5.28 re-rebuild of bootstrapped packages
* Wed Jun 27 2018 Jitka Plesnikova - 1.26-2- Perl 5.28 rebuild
* Sun May 20 2018 Paul Howarth - 1.26-1- Update to 1.26 - Fix bug introduced in 1.25 - loading of quoted string with colon as sequence element (GH#208) - Support zero indented block sequences (GH#207)
* Sat May 12 2018 Paul Howarth - 1.25-1- Update to 1.25 - Support trailing comments (GH#189, GH#190, GH#191) - Remove unused code (GH#192) - Use Test::Deep to actually test correctly for class names (GH#193) - Fix loading of mapping key that starts with \'= \' (GH#194) - Fix loading strings with multiple spaces (GH#172) - Allow more characters in anchor name (GH#196) - Add $YAML::LoadBlessed for disabling loading objects (GH#197) - Disable test with long string under certain conditions (GH#201) - Quote scalar if it equals \'=\' (GH#202) - Multiple regexp roundtrip does not grow (GH#203) - Add support for compact nested block sequences (GH#204) - Support reverse order of block scalar indicators (GH#205) - Support nested mappings in sequences (GH#206) - Fix parsing of quoted strings (GH#188)