diff options
author | seb <seb@pkgsrc.org> | 2009-03-22 15:09:13 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-03-22 15:09:13 +0000 |
commit | a5bb2137063eaa5361deabf40446fcb18a19977e (patch) | |
tree | d4c6e98de958168c1056ff72e001ab06bc25ab83 | |
parent | 67925b7ef348ff85ebf111090dae5533bcba2b62 (diff) | |
download | pkgsrc-a5bb2137063eaa5361deabf40446fcb18a19977e.tar.gz |
Note initial addition of p5-Moose-Autobox version 0.09 as
devel/p5-Moose-Autobox into The NetBSD Packages Collection.
The Perl 5 module Moose::Autobox provides an implementation of
SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using
a hierarchy of roles in a manner similar to what Perl 6 might do.
This module, like Class::MOP and Moose, was inspired by my work on
the Perl 6 Object Space, and the 'core types' implemented there.
-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 47f7d817e97..43fe141b7c0 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1155 2009/03/22 15:01:09 gdt Exp $ +$NetBSD: CHANGES-2009,v 1.1156 2009/03/22 15:09:13 seb Exp $ Changes to the packages collection and infrastructure in 2009: @@ -1553,3 +1553,4 @@ Changes to the packages collection and infrastructure in 2009: Updated security/gnome-keyring to 2.26.0nb1 [snj 2009-03-22] Added devel/p5-autobox-Core version 0.6 [seb 2009-03-22] Updated graphics/lcms to 1.18 [gdt 2009-03-22] + Added devel/p5-Moose-Autobox version 0.09 [seb 2009-03-22] |