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 35a8e1b3153..f7d9cf467de 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1171 2009/05/21 19:28:08 sno Exp $ +# $NetBSD: Makefile,v 1.1172 2009/05/29 07:16:00 sno Exp $ # COMMENT= Development utilities @@ -530,6 +530,7 @@ SUBDIR+= p5-Date-Simple SUBDIR+= p5-Declare-Constraints-Simple SUBDIR+= p5-Devel-Autoflush SUBDIR+= p5-Devel-Caller +SUBDIR+= p5-Devel-Checklib SUBDIR+= p5-Devel-Cover SUBDIR+= p5-Devel-Cycle SUBDIR+= p5-Devel-Declare diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index ae316b45cca..8930a5edefb 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2103 2009/05/28 23:27:12 yyamano Exp $ +$NetBSD: CHANGES-2009,v 1.2104 2009/05/29 07:16:00 sno Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2798,3 +2798,4 @@ Changes to the packages collection and infrastructure in 2009: Updated devel/p5-Module-Install to 0.91 [sno 2009-05-28] Updated devel/p5-File-LibMagic to 0.96 [sno 2009-05-28] Updated devel/apache-maven to 2.1.0 [yyamano 2009-05-28] + Added devel/p5-Devel-Checklib version 0.6 [sno 2009-05-29] |