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

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:38:09 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

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-2build4.debian.tar.xz 2.7 KiB 28cf224b345c6dec9f321aea71a915461af6d9b319450f97e3a2dde38ba8d03b
libdevel-callsite-perl_1.0.1-2build4.dsc 2.2 KiB fb028b3f16e72bdec06da21c8c74a9ac679a2f67f95d7d618f5a8cae9aa13d5a

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