summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorseb <seb>2008-09-08 21:59:53 +0000
committerseb <seb>2008-09-08 21:59:53 +0000
commit283c810432e67e628383f516c47625c83de3ec36 (patch)
treea352a62487d9a6d76e3833c7ff3449d21cc392fa /doc
parent80ad0b6e1c8794f71b82e11074e3d0b3245cbf4b (diff)
downloadpkgsrc-283c810432e67e628383f516c47625c83de3ec36.tar.gz
Note initial addition of p5-aliased version 0.22 as devel/p5-aliased
into The NetBSD Packages Collection. The Perl 5 module aliased is simple in concept but is a rather handy module. It loads the class you specify and exports into your namespace a subroutine that returns the class name. You can explicitly alias the class to another name or, if you prefer, you can do so implicitly. In the latter case, the name of the subroutine is the last part of the class name.
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 808a9a63ca1..55ac1cae58a 100644
--- a/doc/CHANGES-2008
+++ b/doc/CHANGES-2008
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.2173 2008/09/08 19:28:44 wiz Exp $
+$NetBSD: CHANGES-2008,v 1.2174 2008/09/08 21:59:53 seb Exp $
Changes to the packages collection and infrastructure in 2008:
@@ -3666,3 +3666,4 @@ Changes to the packages collection and infrastructure in 2008:
Moved multimedia/ffmpeg-devel to multimedia/ffmpeg [ahoka 2008-09-08]
Removed multimedia/vlc07 [ahoka 2008-09-08]
Updated net/tor to 0.2.0.31 [wiz 2008-09-08]
+ Added devel/p5-aliased version 0.22 [seb 2008-09-08]