- New upstream release 1.302030
- Use pre_filter instead of filter for TODO in Test::Builder (fix#683)
- Fix typos in transitions doc (#681)
- Add 'inherit_trace' param to run_subtest
- Properly skip thread test when threads are broken
- New upstream release 1.302026
- Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue)
- Potential fix for t/Legacy/Regression/637.t
- Make t/Legacy/Regression/637.t AUTHOR_TESTING for now
- Add Generic event type
- Make sure enabling culling/shm sets pid and tid (fix#679)
- New upstream release 1.302022
- Many micro-optimizations
- Spelling fixes and tests
- Fix leaky File.t file so that tmp doesn't fill up
- Move some modules out of the known broken list in xt tests
- Add Test2-based tools to downstream testing
- Change when PID/TID are stashed (for forkprove)
- VMS fixes for Files.t and IPC system
- Improve thread checks to better detect broken 5.10 builds
- Use thread checks to skip/run t/Legacy/Regression/637.t
- New upstream release 1.302019
- Block signals in critical IPC section (fix#661 and #668)
- Merge Examples and examples into one dir (#660)
- Documentation and typo fixes
- Make Test2::Util::get_tid have a consistent prototype (#665)
- Make TB->no_plan a no-op if a plan is set
- Fix util.t win32 bug
- Handle Test::Builder::Exception properly
- Silence noisy STDERR in test suite
- POD spelling fixes
- BR: perl-generators
- New upstream release 1.001014
- Fix a unit test that broke on some platforms with spaces in the $^X path
- Add a test to ensure that the Changes file is updated
- New upstream release 1.001011
- Fix windows test bug (GH#491)
- Integrate Test::Tester and Test::use::ok for easier downgrade from trial
- Remove POD Coverage test
- Obsolete/Provide perl-Test-Tester and perl-Test-use-ok
- Classify buildreqs by usage
- Use features from recent ExtUtils::MakeMaker to simplify spec
- Run tests with AUTHOR_TESTING=1 so we do the threads test too
- New upstream release 1.001003
- Documentation updates for maintainer change
- This release by EXODIST -> update source URL
- Drop obsoletes/provides for old tests sub-package
- Merge tests sub-package back into main package
- Don't need to remove empty directories from the buildroot
- Drop %defattr, redundant since rpm 4.4
- Make %files list more explicit
- Don't use macros for commands
- Mark Tutorial.pod as %doc
- Drop explicit dependency on perl-devel