diff options
author | seb <seb> | 2009-08-26 15:30:35 +0000 |
---|---|---|
committer | seb <seb> | 2009-08-26 15:30:35 +0000 |
commit | df9e57bddc918381f4ec6ff48d84763aac38eca8 (patch) | |
tree | e9d03042c0b007e1a4df45df1a175586591e1d28 | |
parent | bad119997dd72bf2b5252989f2e33c5c28bdbd4d (diff) | |
download | pkgsrc-df9e57bddc918381f4ec6ff48d84763aac38eca8.tar.gz |
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.
-rw-r--r-- | doc/CHANGES-2009 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 98f056a5b6b..5e7d3dca036 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -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 @@ Changes to the packages collection and infrastructure in 2009: 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] |