Sun, 26 Apr 2026 15:48:24 CST | login

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

ID24140
Package Nameperl-IO-Tee
Version0.66
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-IO-Tee.git?.#00c820f5b2a97e09ca53816ad854c9e4d0b4b994
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 byfanjunkong
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 13:54:17 CST
CompletedTue, 04 Jun 2024 13:56:06 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-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-IO-Tee-0.66-1.oc9.src.rpm (info) (download)
noarch
perl-IO-Tee-0.66-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.66-1 - initial build