- New upstream release 0.18
- Use Sub::Util instead of Sub::Name, which is part of Scalar-List-Utils,
which itself is already a dependency (GH#3)
- Use author-independent source URL
- Use SPDX-format license tag
- Use %license unconditionally
- Package CODE_OF_CONDUCT.md
- Fix permissions verbosely
- New upstream release 0.17
- Remove use of namespace::autoclean
- BR: perl-generators
- Simplify find command using -delete
- Author and Release Tests moved to xt/ so don't bother trying to run them
- New upstream release 0.16
- The subs installed into the caller are now named with Sub::Name; this makes
these subs appear to be part of the caller, as opposed to an import, which
is what we want, since each installed sub is constructed uniquely for a
given package
- Update patches as needed
- New upstream release 0.15
- Made this module co-operate with existing import() subs in packages that
use this module, as long as you use this module last
- Drop support for old distributions due to non-optional test dependency of
Test::Warnings
- New upstream release 0.14
- Use any() from List::Util 1.33+ instead of List::MoreUtils
- Add patch to use List::MoreUtils::any() on old distributions where we don't
have List::Util 1.33+
- Add patch to support building without Test::Code::TidyAll
- Classify buildreqs by usage
- Update patches as needed
- Use %license where possible
- Don't try to do the author or release tests for RHEL builds
- New upstream release 0.13:
- Fix dist.ini to not add Test::Spelling as a requirement
- Drop %defattr, redundant since rpm 4.4
- Test::Requires available on all supported distributions
- New upstream release 0.12:
- Fix tests to pass with Carp 1.25 (CPAN RT#75520)
- BR: perl(Test::Spelling), aspell-en
- Add patch to accept "deprecations" as a valid dictionary word
- Update patches to apply cleanly
- Don't need to remove empty directories from buildroot
- Don't use macros for commands
- Drop EPEL-4 support:
- Drop patch supporting build with ExtUtils::MakeMaker < 6.30
- New upstream release 0.11:
- Allow an empty hash for the -deprecations parameter
- BR: perl(Test::CPAN::Changes)
- BR: perl(Pod::Coverage::TrustPod) unconditionally
- Update patches for old ExtUtils::MakeMaker and Test::More compatibility