- Run the extra tests in a separate test run, and only when not bootstrapping
- Don't BR: perl(Test::Spelling) with RHEL ≥ 7 as we don't have the other
dependencies needed do the spell check test
- New upstream release 0.008:
- Generated from ADAMK/YAML-Tiny-1.51.tar.gz
- Updated from YAML-Tiny to fix compatibility with older Scalar::Util
- Drop upstreamed patch for old Scalar::Util versions
- Don't need to remove empty directories from the buildroot
- New upstream release 0.006:
- Set back configure_requires prerequisite for ExtUtils::MakeMaker
from 6.30 to 6.17
- BR: perl(Test::Requires)
- BR: perl(Test::Spelling), perl(Pod::Wordlist::hanekomu) and aspell-en to
enable the spell checker test
- Drop patch for building with old ExtUtils::MakeMaker versions, no longer
needed
- Drop support for soon-to-be-EOL RHEL-4:
- Drop %defattr, redundant since rpm 4.4
- Update patch for building with Test::More < 0.88
- New upstream release 0.004
- Generated from ADAMK/YAML-Tiny-1.50.tar.gz
- BR: perl(Test::Version) for additional test coverage
- Update patch for building with ExtUtils::MakeMaker < 6.30
- Add patch to support building with Test::More < 0.88
- Add patch to fix operation with Scalar::Util < 1.18
This module implements a subset of the YAML specification for use in reading
and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be
used for any other general YAML parsing or generation task.