summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Accessor-Chained
diff options
context:
space:
mode:
authorrillig <rillig>2007-06-04 08:49:18 +0000
committerrillig <rillig>2007-06-04 08:49:18 +0000
commitf6c812dbc305df52e9a0dfd2646b296369799b19 (patch)
tree9d26eafcb2a2613f246ba4808627c97231a7c536 /devel/p5-Class-Accessor-Chained
parent695e67b323ab0f52dbecd49cce5a7b9c4eae9b50 (diff)
downloadpkgsrc-f6c812dbc305df52e9a0dfd2646b296369799b19.tar.gz
Imported p5-Class-Accessor-Chained from pkgsrc-wip.
A chained accessor is one that always returns the object when called with parameters (to set), and the value of the field when called with no arguments.
Diffstat (limited to 'devel/p5-Class-Accessor-Chained')
-rw-r--r--devel/p5-Class-Accessor-Chained/DESCR7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/p5-Class-Accessor-Chained/DESCR b/devel/p5-Class-Accessor-Chained/DESCR
index 232790cd902..3298fe609ce 100644
--- a/devel/p5-Class-Accessor-Chained/DESCR
+++ b/devel/p5-Class-Accessor-Chained/DESCR
@@ -1,6 +1,3 @@
A chained accessor is one that always returns the object when called
-with parameters (to set), and the value of the field when called
-with no arguments.
-
-This module subclasses Class::Accessor in order to provide the same
-mk_accessors interface.
+with parameters (to set), and the value of the field when called with
+no arguments.