套件:libsub-identify-perl(0.14-1 以及其他的)
libsub-identify-perl 的相關連結
Debian 的資源:
下載原始碼套件 libsub-identify-perl:
- [libsub-identify-perl_0.14-1.dsc]
- [libsub-identify-perl_0.14.orig.tar.gz]
- [libsub-identify-perl_0.14-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
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 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: perl (>= 5.32.0-4)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.32.0
- 本虛擬套件由這些套件填實: perl-base