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 9991e91075d..b3d9e27b98c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1187 2009/07/07 18:18:11 sno Exp $
+# $NetBSD: Makefile,v 1.1188 2009/07/07 18:21:13 sno Exp $
#
COMMENT= Development utilities
@@ -604,6 +604,7 @@ SUBDIR+= p5-File-Slurp
SUBDIR+= p5-File-Temp
SUBDIR+= p5-File-Tempdir
SUBDIR+= p5-File-Type
+SUBDIR+= p5-File-Util
SUBDIR+= p5-File-Which
SUBDIR+= p5-File-chdir
SUBDIR+= p5-File-pushd
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009
index 0a9f6b5a6a4..8680b56f131 100644
--- a/doc/CHANGES-2009
+++ b/doc/CHANGES-2009
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.2454 2009/07/07 18:18:12 sno Exp $
+$NetBSD: CHANGES-2009,v 1.2455 2009/07/07 18:21:13 sno Exp $
Changes to the packages collection and infrastructure in 2009:
@@ -3271,3 +3271,4 @@ Changes to the packages collection and infrastructure in 2009:
Updated databases/p5-DBIx-Class-Validation to 0.02004 [sno 2009-07-07]
Added devel/p5-Class-OOorNO version 0.011 [sno 2009-07-07]
Added devel/p5-Exception-Handler version 1.004 [sno 2009-07-07]
+ Added devel/p5-File-Util version 3.27 [sno 2009-07-07]