DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibsub-identify-perl
BeschreibungRetrieve names of code references
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.04-1
Sektionperl
Prioritätoptional
Installierte Größe84 Byte
Hängt ab vonperl (>= 5.10.0-18), perlapi-5.10.0, libc6 (>= 2.7-1)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße10186 Byte
Prüfsumme MD5f2876124b25cc700c9bc3547217657da
Prüfsumme SHA19c0ffc59ff88a34d637767a7adf6ccf10d008d9e
Prüfsumme SHA25640ccab51b0074accaf8b677883ad1a69ba4f88b31423d5a05035b30291c9215d
Link zum Herunterladenlibsub-identify-perl_0.04-1_i386.deb
Ausführliche BeschreibungSub::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.


Impressum
Linux is a registered trademark of Linus Torvalds