↵ Return to the main page of perl-Test-Simple
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2026-09-04 | Paul Howarth <paul at city dash fan dot org> - 3:1.302225-1 | - Update to 1.302225 - Name the failing check when an IPC abort escapes a capture block in t/Test2/modules/IPC/Driver/Files.t; the bare "die 255" reported only its own line, and the message went to a captured STDERR that was then discarded, so smoke failures carried no diagnostic at all (GH#1091) |
| 2026-08-25 | Paul Howarth <paul at city dash fan dot org> - 3:1.302224-1 | - Update to 1.302224 - Fix a typo in an earlier Changes entry (GH#1083) - Update the author address to exodist7@gmail.com; mail to the old cpan.org address is no longer delivered - Ship AI_AND_LLM_POLICY.md, the contributor policy for AI and LLM generated code, covering human review, bot accounts in tickets and pull requests, and noting AI use - Stop shipping perltidyrc and repository-only markdown files - Ship the xt/ author and release tests so they run during release testing - Ship three test files that an unanchored MANIFEST.SKIP pattern had silently excluded from the distribution - Fix POD typos in Test2::API, Test2::Handle, Test2::V1, Test2::API::InterceptResult::Event, and Test2::Manual::Testing::Introduction - Quote the file name in the #line directive Test2::Handle generates, so tests pass when the build directory path contains spaces (GH#1088) - Fix further POD typos in Test2::V1 (GH#1054) - Derive the tested perl versions from the perl-versions action so CI keeps up to date (GH#1085) - Reject end() in an array, bag, or hash builder that uses all_items, all_keys, or all_values but specifies no items or fields; such a check can only match an empty structure (GH#1086) - Enforce end() in a bag that also uses all_items; extra items were ignored - this includes the implicit end() inside is(), so such bags now warn or fail where they silently passed (GH#1086) - Document that Test2::Plugin::BailOnFail and Test2::Plugin::DieOnFail cannot act on a failure inside a forked subtest until the owning process merges it (GH#1081) - Use Test2::V0 instead of the deprecated Test2::Bundle::Extended in the Test2::Tools::AsyncSubtest and Test2::Tools::Spec examples (GH#1079) - Fail a Test::More subtest whose code dies, reporting the exception inside it, instead of reporting the subtest as passing; the exception still propagates (GH#1075) - Return the number of assertions made from done_testing() in Test2::Tools::Basic and Test2::Tools::Tiny, so a test file ending in it is true to do() (GH#1073) - Allow the subtest tests to pass with Perl core's more accurate line-number reporting (GH#1090) |
| 2026-07-23 | Jitka Plesnikova <jplesnik at redhat dot com> - 3:1.302222-4 | - Perl 5.44 re-rebuild of bootstrapped packages |
| 2026-07-22 | Jitka Plesnikova <jplesnik at redhat dot com> - 3:1.302222-3 | - Perl 5.44 rebuild |
| 2026-07-16 | Fedora Release Engineering <releng at fedoraproject dot org> - 3:1.302222-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild |
| 2026-06-16 | Paul Howarth <paul at city dash fan dot org> - 3:1.302222-1 | - Update to 1.302222 - Add missing Changes entry - Fix test that fails on some Windows versions due to path separators |
| 2026-06-15 | Paul Howarth <paul at city dash fan dot org> - 3:1.302221-1 | - Update to 1.302221 - Prevent the new EBCDIC support from breaking 5.6 |
| 2026-06-11 | Paul Howarth <paul at city dash fan dot org> - 3:1.302220-1 | - Update to 1.302220 - Add [PruneCruft] to dist.ini so build artifacts (blib/, pm_to_blib, MYMETA.*) no longer leak into release tarballs - Remove Net::BitTorrent from broken list - Amend tests to adapt to more accurate line number reporting in core (GH#1080) |
| 2026-01-17 | Fedora Release Engineering <releng at fedoraproject dot org> - 3:1.302219-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild |
| 2025-12-10 | Paul Howarth <paul at city dash fan dot org> - 3:1.302219-1 | - Update to 1.302219 - Fix downstream test not to install Test2::Suite - Fix documentation mistakes |