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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:40:54 +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-2build2.debian.tar.xz 2.6 KiB 5b98f15f24c47187de5b585288dde4048309c85aefa3c29fe9ebe2909e4317d9
libdevel-callsite-perl_1.0.1-2build2.dsc 2.1 KiB 9f3943a5bb80899ec9a0c825bceb6ab81214ef1e7150ca42b9b9f95ac92412f0

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