diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-11-22 00:24:31 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-11-22 00:24:31 +0000 |
commit | 19c2e849936ef7420ed65d35218f4c2498713747 (patch) | |
tree | 4c95d7fb168f71c413ce31d57955f5650dc9005e /devel/p5-Sub-Signatures/pkg-descr | |
parent | 115ab4244638b8eb0d3b6f9bf65c56c113df0caa (diff) |
Notes
Diffstat (limited to 'devel/p5-Sub-Signatures/pkg-descr')
-rw-r--r-- | devel/p5-Sub-Signatures/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Sub-Signatures/pkg-descr b/devel/p5-Sub-Signatures/pkg-descr new file mode 100644 index 000000000000..1c63b770d591 --- /dev/null +++ b/devel/p5-Sub-Signatures/pkg-descr @@ -0,0 +1,8 @@ +One of the strongest complaints about Perl is its poor argument handling. +Simply passing everything in the @_ array is a serious limitation. This +module aims to rectify that. + +With this module, we an specify subroutine signatures and automatically +dispatch on the number of arguments. + +WWW: http://search.cpan.org/dist/Sub-Signatures/ |