Wed Aug 26 15:30:35 2009 UTC ()
Note initial addition of p5-MooseX-Attributes-Curried version 0.03
as devel/p5-MooseX-Attributes-Curried into The NetBSD Packages
Collection.

The Perl 5 module MooseX::Attributes::Curried lets you define curried
versions of "has" in Moose. If many of your attributes share the
same options, especially across multiple classes, then you can
refactor those options away into a curried has.


(seb)
diff -r1.3371 -r1.3372 pkgsrc/doc/CHANGES-2009

cvs diff -r1.3371 -r1.3372 pkgsrc/doc/CHANGES-2009 (expand / switch to context diff)
--- pkgsrc/doc/CHANGES-2009 2009/08/26 12:47:53 1.3371
+++ pkgsrc/doc/CHANGES-2009 2009/08/26 15:30:35 1.3372
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.3371 2009/08/26 12:47:53 tron Exp $
+$NetBSD: CHANGES-2009,v 1.3372 2009/08/26 15:30:35 seb Exp $
 
 Changes to the packages collection and infrastructure in 2009:
 
@@ -4422,3 +4422,4 @@
 	Updated x11/xcb-util to 0.3.6 [wiz 2009-08-26]
 	Updated textproc/libxml2 to 2.7.3nb1 [tron 2009-08-26]
 	Updated mail/squirrelmail to 1.4.20rc2 [tron 2009-08-26]
+	Added devel/p5-MooseX-Attributes-Curried version 0.03 [seb 2009-08-26]