Wed, 22 May 2024 17:38:32 UTC | login

Information for build perl-Test-Warnings-0.031-5.fc37

ID197515
Package Nameperl-Test-Warnings
Version0.031
Release5.fc37
Epoch
SummaryTest for warnings and the lack of them
DescriptionIf you've ever tried to use Test::NoWarnings to confirm there are no warnings generated by your tests, combined with the convenience of done_testing to not have to declare a test count, you'll have discovered that these two features do not play well together, as the test count will be calculated before the warnings test is run, resulting in a TAP error (see examples/test_nowarnings.pl in this distribution for a demonstration). This module is intended to be used as a drop-in replacement for Test::NoWarnings: it also adds an extra test, but runs this test before done_testing calculates the test count, rather than after. It does this by hooking into done_testing as well as via an END block. You can declare a plan, or not, and things will still Just Work. It is actually equivalent to: use Test::NoWarnings 1.04 ':early'; as warnings are still printed normally as they occur. You are safe, and enthusiastically encouraged, to perform a global search-replace of the above with use Test::Warnings; whether or not your tests have a plan.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 06 Sep 2022 08:37:47 UTC
CompletedTue, 06 Sep 2022 08:37:47 UTC
Tags
f37
f38
RPMs
src
perl-Test-Warnings-0.031-5.fc37.src.rpm (info) (download)
noarch
perl-Test-Warnings-0.031-5.fc37.noarch.rpm (info) (download)
Changelog * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.031-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.031-4 - Perl 5.36 rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.031-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.031-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jul 14 2021 Paul Howarth <paul@city-fan.org> - 0.031-1 - Update to 0.031 - Remove unneeded developer prereqs that caused metacpan to unduly raise the river position of some dependent modules * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.030-5 - Perl 5.34 rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.030-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.030-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild