Package perl-Test-Simple-1:1.302086-2.module+el8.9.0+102+55fa58bf.src
Name | perl-Test-Simple |
---|---|
Epoch | 1 |
Version | 1.302086 |
Release | 2.module+el8.9.0+102+55fa58bf |
Architecture | src |
Website/URL | http://search.cpan.org/dist/Test-Simple |
License | (GPL+ or Artistic) and CC0 and Public Domain |
Build Time | 2024-04-28 16:00:54 |
Build Host | builder-x86-05.inferitos.ru |
Summary | Basic utilities for writing tests |
Repositories | AppStream |
Description | This package provides the bulk of the core testing facilities. For more information, see perldoc for Test::Simple, Test::More, etc. This package is the CPAN component of the dual-lifed core package Test-Simple. |
Errata | — |
Size | 278 KiB |
Source Project | perl-Test-Simple-1.302086-2.module+el8.9.0+102+55fa58bf |
SHA-256 checksum | f1b0ac8cce5954d1f9b507de8319fdbc1f9c54e24c1b8495aaac47d1246e6cf3 |
×
* Mon Dec 11 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:1.302086-2 - Rebuilt for MSVSphere 8.8 * Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.302086-2 - Rebuild with enable hardening (bug #1636329) * Wed Jun 21 2017 Paul Howarth <paul@city-fan.org> - 1:1.302086-1 - Update to 1.302086 - Make it possible to turn off result logging in Test::Builder * Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.302085-2 - Perl 5.26 rebuild * Tue May 02 2017 Paul Howarth <paul@city-fan.org> - 1.302085-1 - Update to 1.302085 - Better IO management - Allow access to the STDERR/STDOUT Test2::API uses - Formatters should use the Test2::API handles * Sat Apr 15 2017 Paul Howarth <paul@city-fan.org> - 1.302083-1 - Update to 1.302083 - Fixes for '. in @INC' changes (#768) - Timeout when waiting for child procs and threads (#765) - Fix SIGSYS localization issue (#758) - Fix outdated docs (#759, #754) - Fix bail-out in buffered subtest (#747) - Fix threads timeout for older perls (as best we can) - Fix test that incorrectly called private function as method - Update some breakage info for Test::More::Prefix and Test::DBIx::Class::Schema * Thu Mar 02 2017 Paul Howarth <paul@city-fan.org> - 1.302078-1 - Update to 1.302078 - Fix crash when TB->reset used inside subtest - Fix #762, newlines for todo subtest - Revisit #637, fix rare race condition it created * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.302075-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Jan 11 2017 Paul Howarth <paul@city-fan.org> - 1.302075-1 - Update to 1.302075 - Add 'cid' to trace - Add signatures to trace - Add related() to events - Now it is possible to check if events are related - Add 'no_fork' option to run_subtest() * Mon Dec 19 2016 Paul Howarth <paul@city-fan.org> - 1.302073-1 - Update to 1.302073 - Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util to facilitate transferring event data between processes (#741) - Generate HashBase from Object::HashBase, which has been split out - When a subtest is marked as todo, all of its contained Ok and Subtest events are now updated so that they return true for $e->effective_pass (#742) - Added two new event classes, Test2::Event::Encoding and Test2::Event::TAP::Version; these are primarily being added for the benefit of Test2::Harness now, but they could be useful for other Test2 event consumer tools in the future (#743) - Expose tools.pl as Test2::Tools::Tiny