libsub-identify-perl 0.14-1build5 source package in Ubuntu
Changelog
libsub-identify-perl (0.14-1build5) jammy; urgency=medium * No-change rebuild for the perl update. -- Matthias Klose <email address hidden> Sun, 06 Feb 2022 13:46:44 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libsub-identify-perl_0.14.orig.tar.gz | 51.9 KiB | 068d272086514dd1e842b6a40b1bedbafee63900e5b08890ef6700039defad6f |
libsub-identify-perl_0.14-1build5.debian.tar.xz | 3.0 KiB | 8a75ed3f55f486a20030bfdaf9b102b8a91f65870f50ebc011abfdce7a239d58 |
libsub-identify-perl_0.14-1build5.dsc | 2.1 KiB | 4f99c621c7b9519c0384b19592bd790084e38487acb0552d69960f7b6e5d8760 |
Available diffs
- diff from 0.14-1build4 to 0.14-1build5 (348 bytes)
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