libdevel-callchecker-perl 0.009-1 source package in Ubuntu

Changelog

libdevel-callchecker-perl (0.009-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.009.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Sat, 27 Apr 2024 22:26:46 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc

Downloads

File Size SHA-256 Checksum
libdevel-callchecker-perl_0.009-1.dsc 2.5 KiB 3318ac15408c57fce64cd1759aecc844ae46a2bc3b82a93212038cd14abd68d0
libdevel-callchecker-perl_0.009.orig.tar.gz 20.5 KiB 7a46caef9c48908f00fe8985dcecc4ec55f42e6c4efaafce9dbdaf9d45a37bc4
libdevel-callchecker-perl_0.009-1.debian.tar.xz 4.0 KiB ecc9a877d980a8f3c3026bdefd3517e363be06bdafaa2a0fcda39eaf59750eb2

No changes file available.

Binary packages built by this source

libdevel-callchecker-perl: custom op checking attached to subroutines

 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_call_checker,
 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.)

libdevel-callchecker-perl-dbgsym: debug symbols for libdevel-callchecker-perl