summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2008-09-14 23:05:20 +0000
committerseb <seb@pkgsrc.org>2008-09-14 23:05:20 +0000
commit6e3d1f34be5149dfc53283d5f062d88aeeb44e8d (patch)
treef34b4c80481e7ce3b8069139f114e4e1d1568862 /doc
parent72fac208f84ce06bd43467d8f2468c3f5c0581df (diff)
downloadpkgsrc-6e3d1f34be5149dfc53283d5f062d88aeeb44e8d.tar.gz
Note initial addition of p5-Variable-Magic version 0.19 as
devel/p5-Variable-Magic into The NetBSD Packages Collection. Magic is Perl way of enhancing objects. This mechanism let the user add extra data to any variable and overload syntaxical operations (such as access, assignation or destruction) that can be applied to it. With the module Variable::Magic , you can add your own magic to any variable without the pain of the C API.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-20083
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008
index 022c6e755dd..1ef2e81445f 100644
--- a/doc/CHANGES-2008
+++ b/doc/CHANGES-2008
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.2247 2008/09/14 22:20:02 seb Exp $
+$NetBSD: CHANGES-2008,v 1.2248 2008/09/14 23:05:20 seb Exp $
Changes to the packages collection and infrastructure in 2008:
@@ -3796,3 +3796,4 @@ Changes to the packages collection and infrastructure in 2008:
Updated editors/vim-share to 7.2.18 [martti 2008-09-14]
Added devel/p5-MooseX-AttributeHelpers version 0.13 [seb 2008-09-14]
Added devel/p5-Devel-Events version 0.06 [seb 2008-09-14]
+ Added devel/p5-Variable-Magic version 0.19 [seb 2008-09-14]