diff options
author | he <he> | 2003-08-30 18:59:07 +0000 |
---|---|---|
committer | he <he> | 2003-08-30 18:59:07 +0000 |
commit | 8a991b7df7293edf4a67e74b2aa5b0c8cf8a4033 (patch) | |
tree | b946e3e889164319bf7772ebd1c2d91ec50606e6 /devel | |
parent | 51901c9d81fb6825dbb8a4f880eb1316a91ff079 (diff) | |
download | pkgsrc-8a991b7df7293edf4a67e74b2aa5b0c8cf8a4033.tar.gz |
Enable p5-Class-Data-Inheritable.
Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited
by your subclasses and can be overriden.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index db35f674288..51576dd2c1b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.415 2003/08/30 18:57:32 he Exp $ +# $NetBSD: Makefile,v 1.416 2003/08/30 18:59:07 he Exp $ # COMMENT= Development utilities @@ -236,6 +236,7 @@ SUBDIR+= p5-Attribute-Handlers SUBDIR+= p5-BSD-Resource SUBDIR+= p5-Bit-Vector SUBDIR+= p5-Class-Container +SUBDIR+= p5-Class-Data-Inheritable SUBDIR+= p5-Class-Loader SUBDIR+= p5-Class-ObjectTemplate SUBDIR+= p5-Class-ReturnValue |