summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 74d206b34c4..ecc43ba72f1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.618 2005/03/03 09:27:51 wiz Exp $
+# $NetBSD: Makefile,v 1.619 2005/03/04 20:42:38 tv Exp $
#
COMMENT= Development utilities
@@ -325,6 +325,7 @@ SUBDIR+= p5-Class-Factory-Util
SUBDIR+= p5-Class-Fields
SUBDIR+= p5-Class-Inner
SUBDIR+= p5-Class-Loader
+SUBDIR+= p5-Class-MakeMethods
SUBDIR+= p5-Class-MethodMaker
SUBDIR+= p5-Class-ObjectTemplate
SUBDIR+= p5-Class-ReturnValue
diff --git a/doc/CHANGES b/doc/CHANGES
index 3c5bb40652d..73321ef6c88 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9420 2005/03/04 16:04:59 reinoud Exp $
+$NetBSD: CHANGES,v 1.9421 2005/03/04 20:43:22 tv Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -1273,3 +1273,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated mew to 4.2 [uebayasi 2005-03-04]
Updated wol to 0.7.1 [uebayasi 2005-03-04]
Updated blender to 2.63nb1 [reinoud 2005-03-04]
+ Added p5-Class-MakeMethods-1.010 [tv 2005-03-04]