Tue, 20 Jan 2026 09:04:56 CST | login

Information for build perl-IO-String-1.08-7.ocs23.rva23

ID24382
Package Nameperl-IO-String
Version1.08
Release7.ocs23.rva23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-IO-String.git?.#4bbbb40c6fdf0a3492bf779744be31440184943d
SummaryEmulate file interface for in-core strings
DescriptionThe "IO::String" module provides the "IO::File" interface for in-core strings. An "IO::String" object can be attached to a string, and makes it possible to use the normal file operations for reading or writing data, as well as for seeking to various locations of the string. This is useful when you want to use a library module that only provides an interface to file handles on data that you have in a string variable. Note that perl-5.8 and better has built-in support for "in memory" files, which are set up by passing a reference instead of a filename to the open() call. The reason for using this module is that it makes the code backwards compatible with older versions of Perl.
Built bymaxonxie
State complete
Volume DEFAULT
StartedFri, 28 Nov 2025 02:55:55 CST
CompletedFri, 28 Nov 2025 05:42:00 CST
Taskbuild (dist-ocs23-riscv-rva23, /opencloudos-stream/perl-IO-String.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-IO-String.git?.#origin/master'}}
Tags
dist-ocs23-riscv-rva23
RPMs
src
perl-IO-String-1.08-7.ocs23.rva23.src.rpm (info) (download)
noarch
perl-IO-String-1.08-7.ocs23.rva23.noarch.rpm (info) (download)
Logs
noarch
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.08-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.08-6 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.08-5 - Rebuilt for OpenCloudOS Stream 23.09 * Wed Aug 16 2023 Xiaojie Chen <jackxjchen@tencent.com> - 1.08-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.08-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.08-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Jul 19 2022 leolfang <leolfang@tencent.com> - 1.08-1 - Initial build