Thu, 22 Jan 2026 11:30:39 CST | login

Information for build perl-Devel-CallChecker-0.008-4.ocs23

ID828
Package Nameperl-Devel-CallChecker
Version0.008
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Devel-CallChecker.git?.#d01bdb802a2cc00678d265649755c2af4f89d711
SummaryCustom op checking attached to subroutines
DescriptionThis module supports some of the new features of the Perl 5.14.0 C API running the XS module on older versions of Perl, it is available using cv_set_call_checker and several support functions. (On earlier versions of Perl, you could implement the cv_set_call_checker effect from the XS code. But without centralized facilities, it can be painful.) The features revolve around the function cv_set_call_checker, which allows XS code to attach a magical comment to a Perl subroutine, resulting in resolvable calls to that subroutine that can be modified by C code at compile time.
Built byocs-bot
State complete
Volume DEFAULT
StartedTue, 15 Aug 2023 20:39:07 CST
CompletedTue, 15 Aug 2023 20:41:30 CST
Taskbuild (dist-ocs23, /opencloudos-stream/perl-Devel-CallChecker.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Devel-CallChecker.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
perl-Devel-CallChecker-0.008-4.ocs23.src.rpm (info) (download)
aarch64
perl-Devel-CallChecker-0.008-4.ocs23.aarch64.rpm (info) (download)
perl-Devel-CallChecker-debuginfo-0.008-4.ocs23.aarch64.rpm (info) (download)
perl-Devel-CallChecker-debugsource-0.008-4.ocs23.aarch64.rpm (info) (download)
x86_64
perl-Devel-CallChecker-0.008-4.ocs23.x86_64.rpm (info) (download)
perl-Devel-CallChecker-debuginfo-0.008-4.ocs23.x86_64.rpm (info) (download)
perl-Devel-CallChecker-debugsource-0.008-4.ocs23.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Tue Aug 15 2023 Xiaojie Chen <jackxjchen@tencent.com> - 0.008-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.008-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.008-2 - Rebuilt for OpenCloudOS Stream 23 * Mon Aug 22 2022 Wang Guodong <gordonwwang@tencent.com> - 0.008-1 - package init.