diff options
author | seb <seb> | 2008-10-08 05:04:42 +0000 |
---|---|---|
committer | seb <seb> | 2008-10-08 05:04:42 +0000 |
commit | e3610d9ca43e4b6288a43d58a3f9503a29e81049 (patch) | |
tree | b24cbbb1a1b24b90f9b726a9c35aabba1d009438 /doc | |
parent | 81ac9f31bab3fde2cc4ebad9fdadb8cd95917fc7 (diff) | |
download | pkgsrc-e3610d9ca43e4b6288a43d58a3f9503a29e81049.tar.gz |
Note initial addition of p5-MooseX-ClassAttribute version 0.06 as
devel/p5-MooseX-ClassAttribute into The NetBSD Packages Collection.
The Perl 5 module MooseX::ClassAttribute is a Moose extension
allowing you to declare class attributes in exactly the same way
as object attributes, using class_has() instead of has().
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2008 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index 982d011e281..52879f63013 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.2397 2008/10/07 15:28:44 ahoka Exp $ +$NetBSD: CHANGES-2008,v 1.2398 2008/10/08 05:04:42 seb Exp $ Changes to the packages collection and infrastructure in 2008: @@ -4113,3 +4113,4 @@ Changes to the packages collection and infrastructure in 2008: Updated devel/mono-tools to 2.0 [kefren 2008-10-07] Added devel/p5-Devel-REPL version 1.002001 [seb 2008-10-07] Updated lang/chicken to 3.4.0 [ahoka 2008-10-07] + Added devel/p5-MooseX-ClassAttribute version 0.06 [seb 2008-10-08] |