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 Ubuntu Archiv lucid (universe)
Version0.04-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe88 Byte
Hängt ab vonperl (>= 5.10.0-18ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße10296 Byte
Prüfsumme MD5a13a8805fd5ad8f7074f7369cd1ebdc5
Prüfsumme SHA1403cd9eac11fe13081121261dabbcfeb839fd23b
Prüfsumme SHA256ef5b4be62f3c30258992b15ef30ab6b16a4b784c6d838a297b5308821eaddf3c
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