Wed, 22 Apr 2026 21:58:52 CST | login

Information for build perl-Lexical-SealRequireHints-0.012-1.oc9

ID23207
Package Nameperl-Lexical-SealRequireHints
Version0.012
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Lexical-SealRequireHints.git?.#42ba4d060d40b24832f6c9a16aa0b9aaa8d14760
SummaryPrevent leakage of lexical hints
DescriptionThis module works around two historical bugs in Perl's handling of the %^H (lexical hints) variable. One bug causes lexical state in one file to leak into another that is required/used from it. This bug [perl #68590], was present from Perl 5.6 up to Perl 5.10, fixed in Perl 5.11.0. The second bug causes lexical state (normally a blank %^H once the first bug is fixed) to leak outwards from utf8.pm, if it is automatically loaded during Unicode regular expression matching, into whatever source is compiling at the time of the regexp match. This bug [perl #73174], was present from Perl 5.8.7 up to Perl 5.11.5, fixed in Perl 5.12.0.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 19:14:41 CST
CompletedMon, 03 Jun 2024 19:16:10 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Lexical-SealRequireHints.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Lexical-SealRequireHints.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Lexical-SealRequireHints-0.012-1.oc9.src.rpm (info) (download)
aarch64
perl-Lexical-SealRequireHints-0.012-1.oc9.aarch64.rpm (info) (download)
perl-Lexical-SealRequireHints-debuginfo-0.012-1.oc9.aarch64.rpm (info) (download)
perl-Lexical-SealRequireHints-debugsource-0.012-1.oc9.aarch64.rpm (info) (download)
x86_64
perl-Lexical-SealRequireHints-0.012-1.oc9.x86_64.rpm (info) (download)
perl-Lexical-SealRequireHints-debuginfo-0.012-1.oc9.x86_64.rpm (info) (download)
perl-Lexical-SealRequireHints-debugsource-0.012-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.012-1 - initial build