diff --git a/devel/Makefile b/devel/Makefile index a719a16a0b66..517c1cc254aa 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1231 2009/09/16 02:18:31 reed Exp $ +# $NetBSD: Makefile,v 1.1232 2009/09/16 19:23:54 sno Exp $ # COMMENT= Development utilities @@ -718,6 +718,7 @@ SUBDIR+= p5-MooseX-LazyRequire SUBDIR+= p5-MooseX-Meta-TypeConstraint-ForceCoercion SUBDIR+= p5-MooseX-Method-Signatures SUBDIR+= p5-MooseX-MethodAttributes +SUBDIR+= p5-MooseX-MultiInitArg SUBDIR+= p5-MooseX-NonMoose SUBDIR+= p5-MooseX-Object-Pluggable SUBDIR+= p5-MooseX-Param diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index dd86da5b4c59..1c026624e996 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.3727 2009/09/16 19:06:00 wiz Exp $ +$NetBSD: CHANGES-2009,v 1.3728 2009/09/16 19:22:57 sno Exp $ Changes to the packages collection and infrastructure in 2009: @@ -4864,3 +4864,4 @@ Changes to the packages collection and infrastructure in 2009: Added sysutils/libdevkit-gobject version 003 [wiz 2009-09-16] Updated mail/p5-Net-ManageSieve to 0.08 [sno 2009-09-16] Added sysutils/devkitd version 003 [wiz 2009-09-16] + Added devel/p5-MooseX-MultiInitArg version 0.01 [sno 2009-09-16]