libsub-identify-perl 0.08
Name | libsub-identify-perl |
---|---|
Version | 0.08 |
Summary | module to retrieve names of code references |
Description | Sub::Identify allows you to retrieve the real name of code references. For\n this, it uses perl's introspection mechanism, provided by the B module.\n .\n It provides four functions : sub_name returns the name of the\n subroutine (or __ANON__ if it's an anonymous code reference),\n stash_name returns its package, and sub_fullname returns the\n concatenation of the two.\n .\n The fourth function, get_code_info, returns a list of two elements,\n the package and the subroutine name (in case of you want both and are worried\n by the speed.)\n .\n In case of subroutine aliasing, those functions always return the original name. |
Section | base |
License | Artistic-1.0 | GPL-1.0+ |
Homepage | https://metacpan.org/release/Sub-Identify |
Recipe file | recipes-debian/libsub-identify-perl/libsub-identify-perl_debian.bb |
Layer | meta-debian (morty branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
git://github.com/ystk/debian-libsub-identify-perl.git |
Patches
None
Other branches
This recipe in other branches of meta-debian:
Branch | Recipe |
---|---|
morty (Yocto Project 2.2) | libsub-identify-perl 0.08 (this recipe) |