libdevel-callchecker-perl 0.008-ok4 source package in openKylin
Changelog
libdevel-callchecker-perl (0.008-ok4) nile; urgency=medium * No change rebuild against perl-5.36 -- CI Bot <email address hidden> Wed, 10 Apr 2024 08:14:18 +0000
libdevel-callchecker-perl (0.008-ok4) nile; urgency=medium * No change rebuild against perl-5.36 -- CI Bot <email address hidden> Wed, 10 Apr 2024 08:14:18 +0000
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-callchecker-perl_0.008.orig.tar.gz | 18.5 KiB | 5d584e0bf55942517fbb13bea5bff0bdf0d0287c0912030e853fa028a69011dc |
libdevel-callchecker-perl_0.008-ok4.debian.tar.xz | 2.6 KiB | 55d30608dcff40e7d42d77757c7d2efbd90f166e54a699b6821f217d012a5dd8 |
libdevel-callchecker-perl_0.008-ok4.dsc | 1.9 KiB | c5caf64fe1dafcf0082e37f880c7987f04be20ba2572ffabe3921c419322ff13 |
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.)