Tue, 14 May 2024 23:04:09 UTC | login

Information for build perl-Test2-Plugin-NoWarnings-0.07-2.fc31

ID89955
Package Nameperl-Test2-Plugin-NoWarnings
Version0.07
Release2.fc31
Epoch
SummaryFail if tests warn
DescriptionLoading this plugin causes your tests to fail if there are any warnings while they run. Each warning generates a new failing test and the warning content is outputted via diag. This module uses $SIG{__WARN__}, so if the code you're testing sets this, then this module will stop working.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 16 Jul 2019 08:36:56 UTC
CompletedTue, 16 Jul 2019 08:36:56 UTC
Tags
f31
RPMs
src
perl-Test2-Plugin-NoWarnings-0.07-2.fc31.src.rpm (info) (download)
noarch
perl-Test2-Plugin-NoWarnings-0.07-2.fc31.noarch.rpm (info) (download)
Changelog * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.07-2 - Perl 5.30 rebuild * Mon Apr 22 2019 Paul Howarth <paul@city-fan.org> - 0.07-1 - Update to 0.07 - Reverted back to using the Warning event type, since the bug in the Test2 core that caused this to be a problem has since been fixed - Replaced use of Test2::Bundle::Extended with Test2::V0 - Package new document CODE_OF_CONDUCT.md - Modernize spec using %{make_build} and %{make_install} * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.06-4 - Perl 5.28 rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * 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