diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-11-22 12:05:23 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-11-22 12:05:23 +0000 |
commit | 2046875c8ec0a8389bd9bc03904c19ea10ad73f6 (patch) | |
tree | 6749138c3530b8a662ecad6bbe8a30a87da4831a /devel/p5-Sub-Signatures | |
parent | 2e820d87ba3fb5cbec60db967178ea835188aa70 (diff) |
Notes
Diffstat (limited to 'devel/p5-Sub-Signatures')
-rw-r--r-- | devel/p5-Sub-Signatures/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Sub-Signatures/pkg-descr b/devel/p5-Sub-Signatures/pkg-descr index 1c63b770d591..193c371ef4c9 100644 --- a/devel/p5-Sub-Signatures/pkg-descr +++ b/devel/p5-Sub-Signatures/pkg-descr @@ -2,7 +2,7 @@ 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 +With this module, we can specify subroutine signatures and automatically dispatch on the number of arguments. WWW: http://search.cpan.org/dist/Sub-Signatures/ |