Sun, 28 Dec 2025 03:45:19 CST | login

Information for build perl-utf8-all-0.024-4.ocs23

ID3330
Package Nameperl-utf8-all
Version0.024
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-utf8-all.git?.#257ccef904b79236b1877a919fbf5c9ac34e7faa
SummaryTurn on Unicode everywhere
DescriptionPragma utf8 allows you to write your Perl encoded in UTF-8. That means UTF-8 strings, variable names, and regular expressions. utf8::all goes further, and makes @ARGV encoded in UTF-8, and file handles are opened with UTF-8 encoding turned on by default (including STDIN, STDOUT, STDERR), and character names are imported so \N{...} sequences can be used to compile Unicode characters based on names. If you don't want UTF-8 for a particular file handle, you'll have to set binmode $filehandle.
Built bystreamkoji
State complete
Volume DEFAULT
StartedMon, 11 Sep 2023 13:13:16 CST
CompletedMon, 11 Sep 2023 13:15:00 CST
Taskbuild (dist-ocs23, /opencloudos-stream/perl-utf8-all.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-utf8-all.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
perl-utf8-all-0.024-4.ocs23.src.rpm (info) (download)
noarch
perl-utf8-all-0.024-4.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.024-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.024-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.024-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Feb 22 2023 Zhao Zhen <jeremiazhao@tencent.com> - 0.024-1 - initial