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.
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3:1.302181-2
- Rebuilt for MSVSphere 8.10 beta
* Thu Oct 15 2020 Petr Pisar <ppisar@redhat.com> - 3:1.302181-2
- Demote Module::Pluggable hard dependency to Suggests level
* Mon Sep 14 2020 Paul Howarth <paul@city-fan.org> - 3:1.302181-1
- Update to 1.302181
- Put try_sig_mask back where it goes (and add test to prevent this in the
future)
- Drop new List::Util requirement back down
* Mon Sep 14 2020 Paul Howarth <paul@city-fan.org> - 3:1.302180-1
- Update to 1.302180
- Move try_sig_mask to the only module that uses it
- Inherit warnings bitmask in cmp_ok string eval
- Update copyright date
- Improved API for intercept {} and what it returns
- Bump minimum List::Util version (for uniq)
* Fri Aug 07 2020 Petr Pisar <ppisar@redhat.com> - 3:1.302177-1
- Update to 1.302177
- Minor fix to author downstream test
- No significant changes since the last trial
- Fix Test::More's $TODO inside intercept (#862)
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.302175-458
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302175-457
- Perl 5.32 re-rebuild of bootstrapped packages
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302175-456
- Increase release to favour standalone package
* Tue Apr 14 2020 Paul Howarth <paul@city-fan.org> - 3:1.302175-1
- Update to 1.302175
- Fix typos in POD
- Fix incorrect Test2::Hub documentation
- Fix test that needed . in @INC on Windows
- Fix Breakage test to show more info
* Tue Mar 31 2020 Paul Howarth <paul@city-fan.org> - 3:1.302174-1
- Update to 1.302174
- Fall back to Data::Dumper if JSON::PP is not available during IPC errors