Sat, 25 Apr 2026 03:25:18 CST | login

Information for build perl-IO-Tee-0.66-2.oc9

ID39272
Package Nameperl-IO-Tee
Version0.66
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-IO-Tee.git?.#97b1da3d1369b480dd1112c6452b16aafb2d33dd
SummaryMultiplex output to multiple output handles
DescriptionIO::Tee objects can be used to multiplex input and output in two different ways. The first way is to multiplex output to zero or more output handles. The IO::Tee constructor, given a list of output handles, returns a tied handle that can be written to. When written to (using print or printf), the IO::Tee object multiplexes the output to the list of handles originally passed to the constructor. As a shortcut, you can also directly pass a string or an array reference to the constructor, in which case IO::File::new is called for you with the specified argument or arguments.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 17:56:15 CST
CompletedFri, 13 Jun 2025 17:58:22 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-IO-Tee.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-IO-Tee.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-IO-Tee-0.66-2.oc9.src.rpm (info) (download)
noarch
perl-IO-Tee-0.66-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.66-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.66-1 - initial build