1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libclass-accessor-named-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-coverage-perl,
libtest-pod-perl, libclass-accessor-perl, libsub-name-perl,
libuniversal-require-perl, libhook-lexwrap-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Class-Accessor-Named/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-accessor-named-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-named-perl/
Package: libclass-accessor-named-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-perl,
libsub-name-perl, libuniversal-require-perl, libhook-lexwrap-perl
Description: 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.
|