./devel/p5-Method-Signatures, Method and function declarations with signatures and no source filter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q3, Version: 20160315nb1, Package name: p5-Method-Signatures-20160315nb1, Maintainer: pkgsrc-users

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.


Required to run:
[devel/p5-Sub-Name] [devel/p5-Any-Moose] [devel/p5-Const-Fast] [devel/p5-Devel-BeginLift] [devel/p5-Devel-Declare] [devel/p5-Mouse] [devel/p5-PPI] [devel/p5-Data-Alias]

Required to build:
[devel/p5-Module-Build] [devel/p5-Test-Warn] [devel/p5-Test-Exception]

Master sites: (Expand)

SHA1: e3b0ac5417707d210267ea28535710836ebec198
RMD160: 9cdc260cee331f47af4aa860dffe1f94de6272d9
Filesize: 78.032 KB

Version history: (Expand)