r25655 - /trunk/libclass-accessor-named-perl/debian/control

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Fri Sep 26 15:53:51 UTC 2008


Author: yvesago-guest
Date: Fri Sep 26 15:53:48 2008
New Revision: 25655

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25655
Log:
better short and long description

Modified:
    trunk/libclass-accessor-named-perl/debian/control

Modified: trunk/libclass-accessor-named-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-named-perl/debian/control?rev=25655&op=diff
==============================================================================
--- trunk/libclass-accessor-named-perl/debian/control (original)
+++ trunk/libclass-accessor-named-perl/debian/control Fri Sep 26 15:53:48 2008
@@ -16,14 +16,16 @@
 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
+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.
- This module 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,
+ .
+ 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.




More information about the Pkg-perl-cvs-commits mailing list