summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2003-08-30 18:59:07 +0000
committerhe <he@pkgsrc.org>2003-08-30 18:59:07 +0000
commit569550bf9b40c59b39fadbb964f9945d88fefd7c (patch)
treeb946e3e889164319bf7772ebd1c2d91ec50606e6 /devel/Makefile
parent05f7f87430479736c31cff9d8f524b42f74127f5 (diff)
downloadpkgsrc-569550bf9b40c59b39fadbb964f9945d88fefd7c.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/Makefile')
-rw-r--r--devel/Makefile3
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