معرفی شرکت ها


perl-Test-Warnings-0.026-7.el8.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Test for warnings and the lack of them
ویژگی مقدار
سیستم عامل Linux
توزیع CloudLinux 8
مخزن AlmaLinux PowerTools noarch
نام بسته perl-Test-Warnings
نام فایل بسته perl-Test-Warnings-0.026-7.el8.noarch.rpm
نسخه بسته 0.026
انتشار بسته 7.el8
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Sun 13 Oct 2019 04
هاست سازنده build.cloudlinux.com
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Test-Warnings
مجوز GPL+ or Artistic
حجم دانلود 38K
حجم نصب 48.114K
If 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.


نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.26.3)
- perl(Carp)
- perl(Exporter)
- perl(Test::Builder)
- perl(parent)
- perl(strict)
- perl(warnings)


ارائه دهنده

مقدار نام
= 0.026 perl(Test::Warnings)
= 0.026-7.el8 perl-Test-Warnings


نحوه نصب


نصب پکیج rpm perl-Test-Warnings:

    dnf install perl-Test-Warnings-0.026-7.el8.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Test-Warnings
/usr/share/doc/perl-Test-Warnings/CONTRIBUTING
/usr/share/doc/perl-Test-Warnings/Changes
/usr/share/doc/perl-Test-Warnings/README
/usr/share/doc/perl-Test-Warnings/examples
/usr/share/doc/perl-Test-Warnings/examples/no_plan.t
/usr/share/doc/perl-Test-Warnings/examples/sub.t
/usr/share/doc/perl-Test-Warnings/examples/synopsis_1.t
/usr/share/doc/perl-Test-Warnings/examples/synopsis_2.t
/usr/share/doc/perl-Test-Warnings/examples/test_nowarnings.t
/usr/share/doc/perl-Test-Warnings/examples/test_warning_contents.t
/usr/share/doc/perl-Test-Warnings/examples/warning_like.t
/usr/share/doc/perl-Test-Warnings/examples/with_done_testing.t
/usr/share/doc/perl-Test-Warnings/examples/with_plan.t
/usr/share/licenses/perl-Test-Warnings
/usr/share/licenses/perl-Test-Warnings/LICENCE
/usr/share/man/man3/Test::Warnings.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Warnings.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2018-02-09

Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

2017-07-27

Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

2017-06-05

Perl 5.26 rebuild

2017-02-11

Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

2016-05-15

Perl 5.24 rebuild

2016-02-04

Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

2016-01-27

Update to 0.026
Fixed use of modules loaded by t/zzz-check-breaks.t
Fix stderr suppression on perl 5.6

2016-01-25

Update to 0.025
Prereqs lowered from required to suggested:
CPAN::Meta::Check
CPAN::Meta::Requirements
Tests are now quieter to avoid causing confusion, by suppressing the

2015-12-27

Update to 0.024
Remove diagnostics accidentally left in new test

2015-12-22

Update to 0.023
Properly handle propagating warnings to previously declared handlers that

2015-12-21

Update to 0.022
Propagate all warnings to any previously-declared __WARN__ handlers

2015-06-18

Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-06

Perl 5.22 rebuild

2015-03-23

Update to 0.021
Add a x_breaks entry for conflicting versions of File::pushd that

2015-01-07

Update to 0.020
Re-release to fix problematic $VERSION declaration (CPAN RT#101239)

2014-12-19

Update to 0.019
Fix test to allow for special characters (e.g. MSWin32 file separators) in