summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES-20103
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 55e0b835257..3a474132fa7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1281 2010/01/26 15:30:55 sno Exp $
+# $NetBSD: Makefile,v 1.1282 2010/01/27 09:03:36 sno Exp $
#
COMMENT= Development utilities
@@ -863,6 +863,7 @@ SUBDIR+= p5-Sort-Versions
SUBDIR+= p5-Spiffy
SUBDIR+= p5-Spoon
SUBDIR+= p5-Storable
+SUBDIR+= p5-String-Escape
SUBDIR+= p5-String-Format
SUBDIR+= p5-String-PerlIdentifier
SUBDIR+= p5-Sub-Exporter
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010
index 406e892c502..8a7813566ef 100644
--- a/doc/CHANGES-2010
+++ b/doc/CHANGES-2010
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2010,v 1.372 2010/01/27 08:43:13 wiz Exp $
+$NetBSD: CHANGES-2010,v 1.373 2010/01/27 09:02:45 sno Exp $
Changes to the packages collection and infrastructure in 2010:
@@ -425,3 +425,4 @@ Changes to the packages collection and infrastructure in 2010:
Added sysutils/iat version 0.1.7 [wiz 2010-01-26]
Added www/p5-Task-Catalyst-Tutorial version 0.06 [sno 2010-01-27]
Updated lang/python25 to 2.5.4nb5 [wiz 2010-01-27]
+ Added devel/p5-String-Escape version 2002.001 [sno 2010-01-27]