Thu, 22 Jan 2026 03:54:44 CST | login

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

ID2729
Package Nameperl-Devel-CallChecker
Version0.008
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Devel-CallChecker.git?.#aa7bdde6e89b92c28f3144a1d4712cbd18d68999
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 bystreamkoji
State complete
Volume DEFAULT
StartedMon, 11 Sep 2023 12:30:49 CST
CompletedMon, 11 Sep 2023 12:32:20 CST
Taskbuild (dist-ocs23, /opencloudos-stream/perl-Devel-CallChecker.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Devel-CallChecker.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
perl-Devel-CallChecker-0.008-5.ocs23.src.rpm (info) (download)
aarch64
perl-Devel-CallChecker-0.008-5.ocs23.aarch64.rpm (info) (download)
perl-Devel-CallChecker-debuginfo-0.008-5.ocs23.aarch64.rpm (info) (download)
perl-Devel-CallChecker-debugsource-0.008-5.ocs23.aarch64.rpm (info) (download)
x86_64
perl-Devel-CallChecker-0.008-5.ocs23.x86_64.rpm (info) (download)
perl-Devel-CallChecker-debuginfo-0.008-5.ocs23.x86_64.rpm (info) (download)
perl-Devel-CallChecker-debugsource-0.008-5.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
Changelog * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.008-5 - Rebuilt for OpenCloudOS Stream 23.09 * 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.