Wed, 08 Apr 2026 20:36:07 CST | login

Information for build perl-utf8-all-0.024-3.oc9

ID16395
Package Nameperl-utf8-all
Version0.024
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-utf8-all.git?.#426b180037b5d0087d7d5cfbb0d0d5e7679b76a1
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 bydenisecheng
State complete
Volume DEFAULT
StartedThu, 21 Sep 2023 01:13:09 CST
CompletedThu, 21 Sep 2023 01:14:35 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-utf8-all.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-utf8-all.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-utf8-all-0.024-3.oc9.src.rpm (info) (download)
noarch
perl-utf8-all-0.024-3.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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