软件包:libsub-identify-perl(0.14-3 以及其他的)
libsub-identify-perl 的相关链接
Debian 的资源:
下载源码包 libsub-identify-perl:
- [libsub-identify-perl_0.14-3.dsc]
- [libsub-identify-perl_0.14.orig.tar.gz]
- [libsub-identify-perl_0.14-3.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.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: perl (>= 5.40.0-6)
- 拉里 沃尔的实用报表提取语言(Perl)
-
- dep: perlapi-5.40.0
- 本虚包由这些包填实: perl-base