summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES-20093
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5336150eac9..b468fe61cc9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1174 2009/05/29 07:36:44 sno Exp $
+# $NetBSD: Makefile,v 1.1175 2009/05/29 07:43:24 sno Exp $
#
COMMENT= Development utilities
@@ -567,6 +567,7 @@ SUBDIR+= p5-ExtUtils-F77
SUBDIR+= p5-ExtUtils-Install
SUBDIR+= p5-ExtUtils-MakeMaker
SUBDIR+= p5-ExtUtils-Manifest
+SUBDIR+= p5-ExtUtils-ModuleMaker
SUBDIR+= p5-ExtUtils-ParseXS
SUBDIR+= p5-ExtUtils-PkgConfig
SUBDIR+= p5-ExtUtils-XSBuilder
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009
index a05f0c5aa45..91e50593ff4 100644
--- a/doc/CHANGES-2009
+++ b/doc/CHANGES-2009
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.2106 2009/05/29 07:36:43 sno Exp $
+$NetBSD: CHANGES-2009,v 1.2107 2009/05/29 07:43:24 sno Exp $
Changes to the packages collection and infrastructure in 2009:
@@ -2801,3 +2801,4 @@ Changes to the packages collection and infrastructure in 2009:
Added devel/p5-Devel-Checklib version 0.6 [sno 2009-05-29]
Added devel/p5-String-PerlIdentifier version 0.05 [sno 2009-05-29]
Added devel/p5-File-Save-Home version 0.08 [sno 2009-05-29]
+ Added devel/p5-ExtUtils-ModuleMaker version 0.51 [sno 2009-05-29]