Paketname | libsub-identify-perl |
Beschreibung | Retrieve names of code references |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.04-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | perl (>= 5.10.0-18), perlapi-5.10.0, libc6 (>= 2.7-1) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 10186 Byte |
Prüfsumme MD5 | f2876124b25cc700c9bc3547217657da |
Prüfsumme SHA1 | 9c0ffc59ff88a34d637767a7adf6ccf10d008d9e |
Prüfsumme SHA256 | 40ccab51b0074accaf8b677883ad1a69ba4f88b31423d5a05035b30291c9215d |
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.
|