pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Note initial addition of p5-autobox-Core version 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ced77e86a95
branches:  trunk
changeset: 556511:6ced77e86a95
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Mar 22 14:59:46 2009 +0000

description:
Note initial addition of p5-autobox-Core version 0.6 as
devel/p5-autobox-Core into The NetBSD Packages Collection.

The Perl 5 module autobox::Core wraps perl's built-in functions for
manipulating numbers, strings, arrays, hashes, and code references.
It can be handy to use built-in functions as methods to avoid messy
dereferencing syntaxes and parentheses pile ups.

The autobox module lets you call methods in scalars that aren't
object references but perl but does not itself provide any methods
to call. That is left to the user or another module, for example,
autobox::Core.

autobox::Core is a stub module. It is merely glue, presenting
existing functions with a new interface.  Besides built-ins that
operate on hashes, arrays, scalars, and code references, some Perl
6-ish things were thrown in, and some keyword like foreach have
been turned into methods.

diffstat:

 doc/CHANGES-2009 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 0240cdfa9b16 -r 6ced77e86a95 doc/CHANGES-2009
--- a/doc/CHANGES-2009  Sun Mar 22 14:58:30 2009 +0000
+++ b/doc/CHANGES-2009  Sun Mar 22 14:59:46 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.1153 2009/03/22 14:45:43 snj Exp $
+$NetBSD: CHANGES-2009,v 1.1154 2009/03/22 14:59:46 seb Exp $
 
 Changes to the packages collection and infrastructure in 2009:
 
@@ -1551,3 +1551,4 @@
        Added devel/p5-autobox version 2.55 [seb 2009-03-22]
        Updated x11/alacarte to 0.11.10 [wiz 2009-03-22]
        Updated security/gnome-keyring to 2.26.0nb1 [snj 2009-03-22]
+       Added devel/p5-autobox-Core version 0.6 [seb 2009-03-22]



Home | Main Index | Thread Index | Old Index