diff --git a/devel/Makefile b/devel/Makefile index b3d9e27b98ce..043b05ee8568 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1188 2009/07/07 18:21:13 sno Exp $ +# $NetBSD: Makefile,v 1.1189 2009/07/07 18:51:00 sno Exp $ # COMMENT= Development utilities @@ -706,6 +706,7 @@ SUBDIR+= p5-MooseX-Params-Validate SUBDIR+= p5-MooseX-SemiAffordanceAccessor SUBDIR+= p5-MooseX-Singleton SUBDIR+= p5-MooseX-StrictConstructor +SUBDIR+= p5-MooseX-Traits SUBDIR+= p5-MooseX-Types SUBDIR+= p5-MooseX-Types-Common SUBDIR+= p5-MooseX-Types-Path-Class diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 9b3448168de8..90eef7945691 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2459 2009/07/07 18:43:58 sno Exp $ +$NetBSD: CHANGES-2009,v 1.2460 2009/07/07 18:51:00 sno Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3276,3 +3276,4 @@ Changes to the packages collection and infrastructure in 2009: Updated devel/p5-Class-MOP to 0.89 [sno 2009-07-07] Added time/p5-DateTime-Calendar-Mayan version 0.06.01 [sno 2009-07-07] Updated devel/p5-Moose to 0.87 [sno 2009-07-07] + Added devel/p5-MooseX-Traits version 0.06 [sno 2009-07-07]