- Use author-independent source URL
- Specify all build dependencies
- Simplify find command using -delete
- Drop redundant buildroot cleaning in %install section
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
- New upstream release 0.50
- Add links to Ovid's tutorial series on Test::Class (PR#19)
- Add links to Test::Class::Most, Test::Class::Moose (PR#20)
- List some distributions that use Test::Class in their test suite (PR#21)
- Update documentation about running individual tests (PR#22)
- Fix some tests to work with the new Test::Stream (PR#27)
- Switch packaging to ExtUtils::MakeMaker
- 0.47 bump; test and documentation changes only
- Drop Module::Build version patch since we need a later Test::More than is in
EL-7
- No need to clean the buildroot
- New upstream release 0.42
- Properly handle thrown exceptions that stringify to the empty string before
or after chomping (https://github.com/adrianh/test-class/pull/11)
- This release by ETHER -> update source URL
- Drop workaround for CPAN RT#85106, no longer needed
- New upstream release 0.40
- Test::Class failed on Test::Builder 0.99 (CPAN RT#89473)
- This release by RJBS -> update source URL
- Drop now-redundant test patch
- Use a patch to fix the documentation character encoding
- Drop %defattr, redundant since rpm 4.4
- Make the %files list more explicit
- No need to remove empty directories from the buildroot
- Don't use macros for commands
- Work around annoying noise from TAP::Parser::SourceHandler::Perl version 3.28
(CPAN RT#85106)