Path to this page:
./
devel/p5-Method-Signatures,
Method and function declarations with signatures and no source filter
Branch: pkgsrc-2018Q3,
Version: 20170211nb1,
Package name: p5-Method-Signatures-20170211nb1,
Maintainer: pkgsrc-usersMethod::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:[
lang/perl5] [
devel/p5-Lexical-SealRequireHints] [
devel/p5-Mouse] [
devel/p5-PPI] [
devel/p5-Sub-Name]
Required to build:[
pkgtools/cwrappers] [
devel/p5-Test-Exception] [
devel/p5-Test-Warn] [
devel/p5-Module-Build]
Master sites: (Expand)
SHA1: e64c00cc77c570ca63164532979a794b226b6d03
RMD160: 8429ea8fc92f9416ca9506ea7954ae0277d8b281
Filesize: 81.677 KB
Version history: (Expand)
- (2018-10-22) Package added to pkgsrc.se, version p5-Method-Signatures-20170211nb1 (created)