Marcel Telka
2024-01-21 d233cfa6cd75da4a5060ef241be500c64c819c8e
perl/IPC-Run3: update to 0.049

4 files modified
18 ■■■■■ changed files
components/perl/IPC-Run3/Makefile 7 ●●●●● patch | view | raw | blame | history
components/perl/IPC-Run3/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/perl/IPC-Run3/pkg5 6 ●●●● patch | view | raw | blame | history
components/perl/IPC-Run3/test/results-all.master 3 ●●●● patch | view | raw | blame | history
components/perl/IPC-Run3/Makefile
@@ -19,12 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_PERL_MODULE =        IPC::Run3
HUMAN_VERSION =            0.048
COMPONENT_REVISION =        2
COMPONENT_SUMMARY =        IPC::Run3 - run a subprocess with input/ouput redirection
HUMAN_VERSION =            0.049
COMPONENT_SUMMARY =        IPC::Run3 - run a subprocess with input/output redirection
COMPONENT_CPAN_AUTHOR =        RJBS
COMPONENT_ARCHIVE_HASH =    \
    sha256:3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565
    sha256:9d048ae7b9ae63871bae976ba01e081d887392d904e5d48b04e22d35ed22011a
COMPONENT_LICENSE =        BSD-2-Clause OR GPL-2.0 OR GPL-3.0 OR Artistic-1.0 OR Artistic-2.0
include $(WS_MAKE_RULES)/common.mk
components/perl/IPC-Run3/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/IPC-Run3/pkg5
@@ -5,10 +5,10 @@
        "runtime/perl-538"
    ],
    "fmris": [
        "library/perl-5/ipc-run3",
        "library/perl-5/ipc-run3-534",
        "library/perl-5/ipc-run3-536",
        "library/perl-5/ipc-run3-538",
        "library/perl-5/ipc-run3"
        "library/perl-5/ipc-run3-538"
    ],
    "name": "IPC-Run3"
}
}
components/perl/IPC-Run3/test/results-all.master
@@ -4,7 +4,6 @@
t/IPC-Run3-ProfArrayBuffer.t .. ok
t/IPC-Run3-profiling.t ........ ok
t/IPC-Run3-ProfLogger.t ....... ok
Use of uninitialized value $fh in split at $(@D)/blib/lib/IPC/Run3/ProfLogReader.pm line 79, <DATA> line 4.
t/IPC-Run3-ProfLogReader.t .... ok
t/IPC-Run3-ProfPP.t ........... ok
t/IPC-Run3-ProfReporter.t ..... ok
@@ -13,5 +12,5 @@
t/pod.t ....................... skipped: not run unless RELEASE_TESTING
t/utf8.t ...................... ok
All tests successful.
Files=13, Tests=64
Files=13, Tests=69
Result: PASS