diff options
author | minskim <minskim> | 2004-02-20 04:15:53 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-20 04:15:53 +0000 |
commit | e989009b749fc0476600119a61a6ea16f00bc52c (patch) | |
tree | 2cb7cb5c02125a7e0f3c40adc1a60c684cd02b86 | |
parent | 114a2ad69cf5b3a6aef7157bbd75f027128e9820 (diff) | |
download | pkgsrc-e989009b749fc0476600119a61a6ea16f00bc52c.tar.gz |
Add and enable p5-Class-Fields.
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 87fed98a800..6d83dec836a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.462 2004/02/20 04:07:53 minskim Exp $ +# $NetBSD: Makefile,v 1.463 2004/02/20 04:15:53 minskim Exp $ # COMMENT= Development utilities @@ -261,6 +261,7 @@ SUBDIR+= p5-Carp-Assert SUBDIR+= p5-Class-Accessor SUBDIR+= p5-Class-Container SUBDIR+= p5-Class-Data-Inheritable +SUBDIR+= p5-Class-Fields SUBDIR+= p5-Class-Loader SUBDIR+= p5-Class-ObjectTemplate SUBDIR+= p5-Class-ReturnValue diff --git a/doc/CHANGES b/doc/CHANGES index 1acf1d09422..b2360436811 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4919 2004/02/20 04:07:53 minskim Exp $ +$NetBSD: CHANGES,v 1.4920 2004/02/20 04:15:53 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -932,3 +932,4 @@ Changes to the packages collection and infrastructure in 2004: Added ed2k-gtk-gui-0.6.1 [minskim 2004-02-20] Added p5-Carp-Assert-0.17 [minskim 2004-02-20] Added p5-Class-Accessor-0.18 [minskim 2004-02-20] + Added p5-Class-Fields-0.201 [minskim 2004-02-20] |