libdevel-callsite-perl 1.0.1-2build3 source package in Ubuntu

Changelog

libdevel-callsite-perl (1.0.1-2build3) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:50:19 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-callsite-perl_1.0.1.orig.tar.gz 62.5 KiB 766728bfc1456fd348d7224a06a2f040a2120a009e8420246860ad492bb37772
libdevel-callsite-perl_1.0.1-2build3.debian.tar.xz 2.6 KiB b646bba40ceb5f47e5bbeb15bb081ec4253fd0d8fc01b1b1fd896ebd8bd57357
libdevel-callsite-perl_1.0.1-2build3.dsc 2.1 KiB 592967c5930ef7a14e7e4004dbc101772d581c29967aad4e2863c55924652e6e

Available diffs

View changes file

Binary packages built by this source

libdevel-callsite-perl: Perl module to get caller return OP address and Perl interpreter context

 Devel::Callsite module provides subroutines to get the caller return OP
 address and perl interpreter context.
 .
 The callsite() function returns the OP address of the caller, a number,
 one level up from where it was called. It's useful for functions that
 need to uniquely know where they were called, such as Every::every();
 see Every. Or it can be used to pinpoint a location with finer
 granularity than a line number (see
 http://www.perlmonks.com/?node_id=987268). In conjunction with an OP
 tree disassembly you can know exactly where the caller is located in
 the Perl source.
 .
 The context() function returns the interpreter context as a number.
 This is a fairly unique number together with the call site.

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