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


Paketnamelibclass-accessor-named-perl
Beschreibungbetter profiling output for Class::Accessor
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.008-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe64 Byte
Hängt ab vonperl (>= 5.6.0-16), libclass-accessor-perl, libsub-name-perl, libuniversal-require-perl, libhook-lex
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße8450 Byte
Prüfsumme MD529af6f624de5686772ae4bd0709171bf
Prüfsumme SHA1f8a0817932d4dafd1d8ead1eba34de8b21dabe6a
Prüfsumme SHA256c612a28c6484fa4eeb3940dcfb0b8d9d1b5ae3f2cb7eac09f8dca109194d91dd
Link zum Herunterladenlibclass-accessor-named-perl_0.008-1_all.deb
Ausführliche BeschreibungClass::Accessor is a great way to automate the tedious task of generating accessors and mutators. One small drawback is that due to the details of the implemenetation, you only get one __ANON__ entry in profiling output. That entry contains all your accessors, which can be a real pain if you're attempting to figure out which of your accessors is being called six billion times. . Class::Accessor::Names is a development aid which uses Hook::LexWrap and Sub::Name to talk your accessors into identifying themselves. While it shouldn't add much additional runtime overhead (as it acts only Class::Accessor's generator functions), it has not been designed for production deployment.


Impressum
Linux is a registered trademark of Linus Torvalds