libdevel-callchecker-perl 0.009-ok1 source package in openKylin
Changelog
libdevel-callchecker-perl (0.009-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 07:13:57 -0700
libdevel-callchecker-perl (0.009-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 07:13:57 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libdevel-callchecker-perl_0.009.orig.tar.gz | 20.5 KiB | 7a46caef9c48908f00fe8985dcecc4ec55f42e6c4efaafce9dbdaf9d45a37bc4 |
| libdevel-callchecker-perl_0.009-ok1.debian.tar.xz | 2.4 KiB | ff6ced91bcdf0f5ddbd6913e35d74b28a1a4afcc7944a04242cdd22ac93e435a |
| libdevel-callchecker-perl_0.009-ok1.dsc | 2.1 KiB | 00cbaa20d378ef490345ed38c7dfb6441a15d21ed8cb4746301662a487755d7d |
Devel::CallChecker makes some new features of the Perl 5.14.0 C API
available to XS modules running on older versions of Perl.
The features are centred around the function cv_set_
which allows XS code to attach a magical annotation
to a Perl subroutine,
resulting in resolvable calls to that subroutine
being mutated at compile time by arbitrary C code.
This module makes cv_set_call_checker
and several supporting functions available.
(It is possible to achieve the effect of cv_set_call_checker
from XS code on much earlier Perl versions,
but it is painful to achieve without the centralised facility.)