diff options
author | seb <seb@pkgsrc.org> | 2008-09-08 21:59:53 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-09-08 21:59:53 +0000 |
commit | 59ef3f5cd6bd9ea7c81bf8d563979e6215cf7ffd (patch) | |
tree | a352a62487d9a6d76e3833c7ff3449d21cc392fa /doc | |
parent | 2a284eea5ed04a9e4af67c1d6b69a7855368127f (diff) | |
download | pkgsrc-59ef3f5cd6bd9ea7c81bf8d563979e6215cf7ffd.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-2008 | 3 |
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] |