libdevel-callchecker-perl 0.008-ok3 source package in openKylin
Changelog
libdevel-callchecker-perl (0.008-ok3) yangtze; urgency=medium * update version. -- zhangyichun <email address hidden> Thu, 29 Sep 2022 09:02:02 +0800
libdevel-callchecker-perl (0.008-ok3) yangtze; urgency=medium * update version. -- zhangyichun <email address hidden> Thu, 29 Sep 2022 09:02:02 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.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-ok3.debian.tar.xz | 2.2 KiB | 66f50ccdc11c3ddfc6fc31a63e1f1875defabda5ba90e9140280b889a9f96d78 |
libdevel-callchecker-perl_0.008-ok3.dsc | 1.9 KiB | bdf1888a80bdc3652848b3a4c36bb348be49b71247f9c55cb292987ba99a8a7c |
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.)