libdevel-callchecker-perl 0.008-ok1 source package in openKylin
Changelog
libdevel-callchecker-perl (0.008-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libdevel-callchecker-perl (0.008-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-callchecker-perl_0.008.orig.tar.gz | 18.5 KiB | 5d584e0bf55942517fbb13bea5bff0bdf0d0287c0912030e853fa028a69011dc |
libdevel-callchecker-perl_0.008-ok1.debian.tar.xz | 2.9 KiB | 58591049140c2b588ad1648f87413ea265cbd4fd735186c5e78bc6ba57cfcc09 |
libdevel-callchecker-perl_0.008-ok1.dsc | 2.1 KiB | 0b4b3517a628108310bdc75e491731354dab740456394b83b0fb7ec194eefc8c |
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.)