diff options
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES-2009 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7a2eac3240e..c11254dc14d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1190 2009/07/07 18:57:26 sno Exp $ +# $NetBSD: Makefile,v 1.1191 2009/07/07 18:58:28 sno Exp $ # COMMENT= Development utilities @@ -896,6 +896,7 @@ SUBDIR+= p5-ex-lib SUBDIR+= p5-gettext SUBDIR+= p5-glib2 SUBDIR+= p5-local-lib +SUBDIR+= p5-namespace-autoclean SUBDIR+= p5-namespace-clean SUBDIR+= p5-pango SUBDIR+= p5-parent diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index f99b334aad3..809fc6ae837 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2461 2009/07/07 18:57:26 sno Exp $ +$NetBSD: CHANGES-2009,v 1.2462 2009/07/07 18:58:28 sno Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3278,3 +3278,4 @@ Changes to the packages collection and infrastructure in 2009: Updated devel/p5-Moose to 0.87 [sno 2009-07-07] Added devel/p5-MooseX-Traits version 0.06 [sno 2009-07-07] Added devel/p5-MooseX-Traits-Pluggable version 0.04 [sno 2009-07-07] + Added devel/p5-namespace-autoclean version 0.08 [sno 2009-07-07] |