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

Changelog

libdevel-callsite-perl (1.0.1-2build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 11:48:47 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar 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-2build1.debian.tar.xz 2.5 KiB b99bf59de5c69731fd9a7c88027bd1d00782498b568c500a608c267626097526
libdevel-callsite-perl_1.0.1-2build1.dsc 2.1 KiB 82ced1dbd54e8d3c1412978a9ec4edf7ad67d38050bee669cfc0a11a6b8b2bed

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