diff --git a/devel/Makefile b/devel/Makefile index bdfc2ebedf69..aac87c8ac0b7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1234 2009/09/19 22:01:54 sno Exp $ +# $NetBSD: Makefile,v 1.1235 2009/09/22 18:39:54 sno Exp $ # COMMENT= Development utilities @@ -711,6 +711,7 @@ SUBDIR+= p5-MooseX-App-Cmd SUBDIR+= p5-MooseX-AttributeHelpers SUBDIR+= p5-MooseX-Attributes-Curried SUBDIR+= p5-MooseX-ClassAttribute +SUBDIR+= p5-MooseX-ConfigFromFile SUBDIR+= p5-MooseX-Declare SUBDIR+= p5-MooseX-Emulate-Class-Accessor-Fast SUBDIR+= p5-MooseX-Getopt diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index a02171698418..73a7e97d56a5 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.3807 2009/09/22 18:22:09 sno Exp $ +$NetBSD: CHANGES-2009,v 1.3808 2009/09/22 18:39:12 sno Exp $ Changes to the packages collection and infrastructure in 2009: @@ -4948,3 +4948,4 @@ Changes to the packages collection and infrastructure in 2009: Updated devel/p5-Test-Class to 0.33 [sno 2009-09-22] Updated www/p5-libwww to 5.832 [sno 2009-09-22] Added mail/p5-App-Siesh version 0.20 [sno 2009-09-22] + Added devel/p5-MooseX-ConfigFromFile version 0.02 [sno 2009-09-22]