Marcel Telka
2024-02-27 726eb6f7a7529cad612b6a881d23c50df7a1f627
perl/Test-Inter: update to 1.11

5 files modified
29 ■■■■■ changed files
components/perl/Test-Inter/Makefile 5 ●●●●● patch | view | raw | blame | history
components/perl/Test-Inter/Test-Inter-PERLVER.p5m 1 ●●●● patch | view | raw | blame | history
components/perl/Test-Inter/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/perl/Test-Inter/pkg5 6 ●●●● patch | view | raw | blame | history
components/perl/Test-Inter/test/results-all.master 14 ●●●● patch | view | raw | blame | history
components/perl/Test-Inter/Makefile
@@ -19,12 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_PERL_MODULE =        Test::Inter
HUMAN_VERSION =            1.10
COMPONENT_REVISION =        1
HUMAN_VERSION =            1.11
COMPONENT_SUMMARY =        Test::Inter - framework for more readable interactive test scripts
COMPONENT_CPAN_AUTHOR =        SBECK
COMPONENT_ARCHIVE_HASH =    \
    sha256:71ec115eac26fb668919bd6640b41c37322752ebd48c1c76db66b73baefd3b5d
    sha256:2b9845212547cd6056753f87866d19368efc67c080146bcbb929a51ab055da37
COMPONENT_LICENSE =        Artistic-1.0-Perl OR GPL-1.0-or-later
include $(WS_MAKE_RULES)/common.mk
components/perl/Test-Inter/Test-Inter-PERLVER.p5m
@@ -32,4 +32,3 @@
    pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin
# Automatically generated dependencies based on distribution metadata
#depend type=require fmri=pkg:/runtime/perl-$(PLV)
components/perl/Test-Inter/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)
@@ -32,4 +32,3 @@
    pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin
# Automatically generated dependencies based on distribution metadata
#depend type=require fmri=pkg:/runtime/perl-$(PLV)
components/perl/Test-Inter/pkg5
@@ -5,10 +5,10 @@
        "runtime/perl-538"
    ],
    "fmris": [
        "library/perl-5/test-inter",
        "library/perl-5/test-inter-534",
        "library/perl-5/test-inter-536",
        "library/perl-5/test-inter-538",
        "library/perl-5/test-inter"
        "library/perl-5/test-inter-538"
    ],
    "name": "Test-Inter"
}
}
components/perl/Test-Inter/test/results-all.master
@@ -1,6 +1,6 @@
t/_pod.t ........... skipped: Author tests not required for installation (set RELEASE_TESTING to test)
t/_pod_coverage.t .. skipped: Author tests not required for installation (set RELEASE_TESTING to test)
t/_version.t ....... skipped: Author tests not required for installation (set RELEASE_TESTING to test)
t/_pod.t ........... skipped: Author tests not required for installation (set Test_Inter_RELEASE_TESTING to test)
t/_pod_coverage.t .. skipped: Author tests not required for installation (set Test_Inter_RELEASE_TESTING to test)
t/_version.t ....... skipped: Author tests not required for installation (set Test_Inter_RELEASE_TESTING to test)
t/file.t ........... ok
t/is.t ............. ok
t/ok.t ............. ok
@@ -10,6 +10,12 @@
t/use_ok.1.t ....... ok
t/use_ok.2.t ....... ok
t/use_ok.3.t ....... ok
t/vars.1.t ......... ok
t/vars.2.t ......... ok
t/vars.3.t ......... ok
t/vars.4.t ......... ok
t/vars.5.t ......... ok
t/vars.other.t ..... ok
All tests successful.
Files=12, Tests=58
Files=18, Tests=90
Result: PASS