パッケージ: 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.3)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: perl (>= 5.36.0-4)
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- dep: perlapi-5.36.0
- 以下のパッケージによって提供される仮想パッケージです: perl-base