| Paketname | libclass-accessor-named-perl | 
| Beschreibung | better profiling output for Class::Accessor | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.008-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 64 Byte | 
| Hängt ab von | perl (>= 5.6.0-16), libclass-accessor-perl, libsub-name-perl, libuniversal-require-perl, libhook-lex | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 8430 Byte | 
| Prüfsumme MD5 | 135065f5d2cd9dc158a2fc4c9c6fcf25 | 
| Prüfsumme SHA1 | da198826bc8f2860aac8973c8f4dab40467f3e1f | 
| Prüfsumme SHA256 | 4b06cadf83b7ce2bf8ee7201984608e2d46dab455eb6e489e0256d45bed7dab8 | 
| Link zum Herunterladen | libclass-accessor-named-perl_0.008-1_all.deb | 
| Ausführliche Beschreibung | Class::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. |