- New upstream release 0.010:
- Generated from ETHER/YAML-Tiny-1.55.tar.gz
- Makefile.PL will use UNINST=1 on old perls that might have an old version
incorrectly installed into the core library path
- Updated Makefile.PL logic to support PERL_NO_HIGHLANDER
- Drop redundant BRs: perl(Pod::Wordlist::hanekomu), perl(Test::Requires),
perl(Test::Spelling) and aspell-en
- Add new test dependencies perl(IO::Handle) and perl(IPC::Open3)
- Build with UNINST=0 to avoid build failures as we can't remove the system
version of the package when building an rpm for a new version
- Update patch for building with old Test::More, and add new patch to support
building with Test::More < 0.94
- Don't run the extra tests in EPEL as we don't have Test::Version there
- Never BR: perl(Test::Version) for EL builds as perl(version) is too old
prior to EL-7 and this package is included in RHEL ≥ 7 but Test::Version
is only in EPEL
- 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.