libsub-identify-perl 0.14-2build1 source package in Ubuntu

Changelog

libsub-identify-perl (0.14-2build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 12:10:09 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsub-identify-perl_0.14.orig.tar.gz 51.9 KiB 068d272086514dd1e842b6a40b1bedbafee63900e5b08890ef6700039defad6f
libsub-identify-perl_0.14-2build1.debian.tar.xz 3.1 KiB 632da4a8d9f73ddd8df9321bc5101fbd08b101cf7351e907c53d06612b5f8fbc
libsub-identify-perl_0.14-2build1.dsc 2.1 KiB e2473cf74f0eda200f2fde97e8077f5cedbc0ee8216a5c777c1c3518dc0240cc

Available diffs

View changes file

Binary packages built by this source

libsub-identify-perl: module to retrieve names of code references

 Sub::Identify allows you to retrieve the real name of code references. For
 this, it uses perl's introspection mechanism, provided by the B module.
 .
 It provides four functions : sub_name returns the name of the
 subroutine (or __ANON__ if it's an anonymous code reference),
 stash_name returns its package, and sub_fullname returns the
 concatenation of the two.
 .
 The fourth function, get_code_info, returns a list of two elements,
 the package and the subroutine name (in case of you want both and are worried
 by the speed.)
 .
 In case of subroutine aliasing, those functions always return the
 original name.

libsub-identify-perl-dbgsym: debug symbols for libsub-identify-perl