Marcel Telka
2024-01-23 26541a6e92a45823d97b8ae80cad4ced5470778b
perl/Test-Warnings: update to 0.033

4 files modified
15 ■■■■ changed files
components/perl/Test-Warnings/Makefile 4 ●●●● patch | view | raw | blame | history
components/perl/Test-Warnings/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/perl/Test-Warnings/pkg5 6 ●●●● patch | view | raw | blame | history
components/perl/Test-Warnings/test/results-all.master 3 ●●●● patch | view | raw | blame | history
components/perl/Test-Warnings/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_PERL_MODULE =        Test::Warnings
HUMAN_VERSION =            0.032
HUMAN_VERSION =            0.033
COMPONENT_SUMMARY =        Test::Warnings - Test for warnings and the lack of them
COMPONENT_CPAN_AUTHOR =        ETHER
COMPONENT_ARCHIVE_HASH =    \
    sha256:4727dae2416e9f07e41e2dc3a9143ba6affc1ec57652117c99d50038e313e9d9
    sha256:b9c375719f2c61c5f97aa5ee6cf4c901a972347c415969379b0b51f67c48bbcb
COMPONENT_LICENSE =        Artistic-1.0-Perl OR GPL-1.0-or-later
COMPONENT_LICENSE_FILE =    LICENCE
components/perl/Test-Warnings/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/perl/Test-Warnings/pkg5
@@ -5,10 +5,10 @@
        "runtime/perl-538"
    ],
    "fmris": [
        "library/perl-5/test-warnings",
        "library/perl-5/test-warnings-534",
        "library/perl-5/test-warnings-536",
        "library/perl-5/test-warnings-538",
        "library/perl-5/test-warnings"
        "library/perl-5/test-warnings-538"
    ],
    "name": "Test-Warnings"
}
}
components/perl/Test-Warnings/test/results-all.master
@@ -23,7 +23,8 @@
t/22-warnings-bareword.t .............. ok
t/23-report-warnings.t ................ ok
t/24-only-report-warnings.t ........... ok
t/25-allowed_patterns.t ............... ok
t/zzz-check-breaks.t .................. ok
All tests successful.
Files=26, Tests=82
Files=27, Tests=83
Result: PASS