libsub-identify-perl 0.14-ok3 source package in openKylin
Changelog
libsub-identify-perl (0.14-ok3) nile; urgency=medium * No change rebuild against perl-5.36 -- CI Bot <email address hidden> Mon, 15 Apr 2024 06:52:07 +0000
libsub-identify-perl (0.14-ok3) nile; urgency=medium * No change rebuild against perl-5.36 -- CI Bot <email address hidden> Mon, 15 Apr 2024 06:52:07 +0000
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libsub-identify-perl_0.14.orig.tar.gz | 51.9 KiB | 068d272086514dd1e842b6a40b1bedbafee63900e5b08890ef6700039defad6f |
libsub-identify-perl_0.14-ok3.debian.tar.xz | 2.0 KiB | affa2573e6d68b236a401837d74fb5fac1cfca3935a673ce09acd9cac7cd34e2 |
libsub-identify-perl_0.14-ok3.dsc | 1.8 KiB | 1ee6fd33842cf3e903a831e5105bab7c91f0a491c6701ff2c0f3020ea8437b17 |
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.