aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Accessor-Named/pkg-descr
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-24 06:16:22 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-24 06:16:22 +0000
commit18df4fd52ff85817ce63e0558630e0a7a711c8fe (patch)
treef231fe1dadacfe33370d61279db1de8152fdb012 /devel/p5-Class-Accessor-Named/pkg-descr
parent9ec4d0da188f06d3fcd7b4aafef7c4958c4698f9 (diff)
Notes
Diffstat (limited to 'devel/p5-Class-Accessor-Named/pkg-descr')
-rw-r--r--devel/p5-Class-Accessor-Named/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/p5-Class-Accessor-Named/pkg-descr b/devel/p5-Class-Accessor-Named/pkg-descr
new file mode 100644
index 000000000000..e6057e737098
--- /dev/null
+++ b/devel/p5-Class-Accessor-Named/pkg-descr
@@ -0,0 +1,12 @@
+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.
+
+WWW: http://search.cpan.org/dist/Class-Accessor-Named/