e083d0cfba
devel/p5-Method-Signatures to let developers use new keywords func and methods when writing scripts or modules for the Perl programming language. This package is a dependency of scheduled update of devel/p5-Git-CPAN-Patch to 0.7.0. Method::Signatures provides two new keywords, func and method, so that you can write subroutines with signatures instead of having to spell out my $self = shift; my($thing) = @_ * func is like sub but takes a signature where the prototype would normally go. This takes the place of my($foo, $bar) = @_ and does a whole lot more. * method is like func but specifically for making methods. It will automatically provide the invocant as $self. No more my $self = shift. Also allows signatures, very similar to Perl 6 signatures. Also does type checking, understanding all the types that Moose (or Mouse) would understand. And it does all this with no source filters.
5 lines
284 B
Text
5 lines
284 B
Text
$NetBSD: distinfo,v 1.1.1.1 2011/11/15 18:05:20 sno Exp $
|
|
|
|
SHA1 (Method-Signatures-20111020.tar.gz) = e29a04941ff1146eef60854d27cee237e1ceff9b
|
|
RMD160 (Method-Signatures-20111020.tar.gz) = 35208f59fc725605f76b5db7dbe2c0730f6305e7
|
|
Size (Method-Signatures-20111020.tar.gz) = 47174 bytes
|