cvs commit: ports/devel Makefile ports/devel/p5-autobox-Core
Makefile distinfo pkg-descr pkg-plist
Wen Heping
wen at FreeBSD.org
Fri Mar 5 14:07:23 UTC 2010
wen 2010-03-05 14:07:22 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-autobox-Core Makefile distinfo pkg-descr pkg-plist
Log:
autobox::CORE defines methods for core operations such as join,
print, most everything in perlfunc, some things from Scalar::Util
and List::Util, and some Perl 5 versions of methods taken from
Perl6.
These methods expose as methods the built-in functions for
minipulating 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.
WWW: http://search.cpan.org/dist/autobox-Core/
Feature safe: yes
Revision Changes Path
1.3828 +1 -0 ports/devel/Makefile
1.1 +24 -0 ports/devel/p5-autobox-Core/Makefile (new)
1.1 +3 -0 ports/devel/p5-autobox-Core/distinfo (new)
1.1 +12 -0 ports/devel/p5-autobox-Core/pkg-descr (new)
1.1 +5 -0 ports/devel/p5-autobox-Core/pkg-plist (new)
More information about the cvs-all
mailing list