-
Tue Dec 19 2017 Petr Pisar <ppisar@redhat.com> - 0.06-3
- SCL
-
Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
Mon Jun 19 2017 Paul Howarth <paul@city-fan.org> - 0.06-1
- Update to 0.06
- Warnings inside a subtest were not emitted as TAP events, breaking the TAP
and making for great confusion: this is because of a bug in the core TAP
formatter (https://github.com/Test-More/test-more/issues/776); warnings
are now emitted as Ok events instead of Warning events
-
Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-3
- Perl 5.26 rebuild
-
Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
Tue Nov 08 2016 Paul Howarth <paul@city-fan.org> - 0.05-1
- Update to 0.05
- Skip compile.t on Windows; this test uses IPC::Run3, which doesn't seem to
work well on that platform (CPAN RT#118443)
-
Thu Oct 27 2016 Paul Howarth <paul@city-fan.org> - 0.04-2
- We provide Test2::Event::Warning so we don't need to build-require it
-
Mon Oct 24 2016 Paul Howarth <paul@city-fan.org> - 0.04-1
- Update to 0.04
- Load Test2::Event::Warning in the plugin instead of relying on Test2 to do
it for us; this should avoid the bug fixed in the previous version and
eliminates the need for the INIT block, which caused its own problems
-
Tue Oct 18 2016 Paul Howarth <paul@city-fan.org> - 0.03-1
- Update to 0.03
- Add the $SIG{__WARN__} hook in an INIT block; we really don't want to
trigger this because of a compile-time warning, and because of a bug in
Test::Builder, this can actually cause the warning to be lost entirely
(https://github.com/Test-More/test-more/issues/729)
- The Test2::Event::Warning event now returns true for increments_count,
which means that the test failure caused by a warning will not be output
as a TAP test line; previously this was just seen as a diag line, which
could be quite confusing
(https://github.com/Test-More/test-more/issues/728)
-
Mon Sep 19 2016 Paul Howarth <paul@city-fan.org> - 0.02-3
- Drop unused BR: findutils (#1377228)