软件包: libclass-accessor-named-perl (0.008-1)
libclass-accessor-named-perl 的相关链接
Trisquel 的资源:
下载源码包 libclass-accessor-named-perl:
- [libclass-accessor-named-perl_0.008-1.dsc]
- [libclass-accessor-named-perl_0.008.orig.tar.gz]
- [libclass-accessor-named-perl_0.008-1.diff.gz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- AGOSTINI Yves
外部的资源:
- 主页 [search.cpan.org]
相似软件包:
better profiling output for Class::Accessor
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.
其他与 libclass-accessor-named-perl 有关的软件包
|
|
|
-
- dep: libclass-accessor-perl
- Perl module that automatically generates accessors
-
- dep: libhook-lexwrap-perl
- module for lexically scoped subroutine wrappers
-
- dep: libsub-name-perl
- module for assigning a new name to referenced sub
-
- dep: libuniversal-require-perl
- Load modules from a variable
-
- dep: perl (>= 5.6.0-16)
- Larry Wall's Practical Extraction and Report Language