| Paketname | libsub-identify-perl |
| Beschreibung | Retrieve names of code references |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.04-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 88 Byte |
| Hängt ab von | perl (>= 5.10.0-18ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 10296 Byte |
| Prüfsumme MD5 | a13a8805fd5ad8f7074f7369cd1ebdc5 |
| Prüfsumme SHA1 | 403cd9eac11fe13081121261dabbcfeb839fd23b |
| Prüfsumme SHA256 | ef5b4be62f3c30258992b15ef30ab6b16a4b784c6d838a297b5308821eaddf3c |
| Link zum Herunterladen | libsub-identify-perl_0.04-1_i386.deb |
| Ausführliche Beschreibung | 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.
|