The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Method::Signatures"

Method::Signatures - method and function declarations with signatures and no source filter River stage two • 53 direct dependents • 61 total dependents

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. Thi...

BAREFOOT/Method-Signatures-20170211 - 11 Feb 2017 21:41:28 UTC

Method::Signatures::PP - EXPERIMENTAL pure perl method keyword River stage zero No dependents

It's ... a method keyword. method foo { ... } is equivalent to sub foo { my $self = shift; ... } and method bar ($arg) { ... } is equivalent to method bar ($arg) { my $self = shift; my ($arg) = @_; ... } In fact, it isn't just equivalent, this module...

MSTROUT/Method-Signatures-PP-0.000005 - 16 Aug 2018 20:02:03 UTC

Parse::Method::Signatures - Perl6 like method signature parser River stage two • 5 direct dependents • 88 total dependents

Inspired by Perl6::Signature but streamlined to just support the subset deemed useful for TryCatch and MooseX::Method::Signatures....

KENTNL/Parse-Method-Signatures-1.003019 - 09 Apr 2017 15:51:15 UTC

Method::Signatures::Simple - Basic method declarations with signatures, without source filters River stage two • 26 direct dependents • 57 total dependents

RHESA/Method-Signatures-Simple-1.07 - 20 Jan 2013 22:06:37 UTC

Method::Signatures::Modifiers - use Method::Signatures from within MooseX::Declare River stage two • 53 direct dependents • 61 total dependents

Allows you to use Method::Signatures from within MooseX::Declare, both for the "method" keyword and also for any method modifiers ("before", "after", "around", "override", and "augment"). Typically method signatures within MooseX::Declare are provide...

BAREFOOT/Method-Signatures-20170211 - 11 Feb 2017 21:41:28 UTC

Salvation::Method::Signatures - Реализация сигнатур для методов River stage one • 7 direct dependents • 7 total dependents

Делает то же, что делают другие реализации сигнатур: проверяет тип аргументов метода, само разбирает @_ и инжектит переменные в блок. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII chara...

GFILATOV/Salvation-Method-Signatures-0.04 - 04 Jul 2015 16:44:05 UTC

Parse::Method::Signatures::Sig - Method Signature River stage two • 5 direct dependents • 88 total dependents

Represents the parsed method signature....

KENTNL/Parse-Method-Signatures-1.003019 - 09 Apr 2017 15:51:15 UTC

Parse::Method::Signatures::Param - a parsed parameter from a signature River stage two • 5 direct dependents • 88 total dependents

KENTNL/Parse-Method-Signatures-1.003019 - 09 Apr 2017 15:51:15 UTC

Method::Signatures::WithDocumentation - use Method::Signatures with Sub::Documentation together River stage zero No dependents

This module extends Method::Signatures to grab out parameter definitions. It behaves also similiar to Sub::Documentation::Attributes, but with an important fix to let it work together with Pod::Weaver::Section::AutoDoc....

ZURBORG/Method-Signatures-WithDocumentation-1.000 - 23 Apr 2015 11:45:43 UTC

Method::Signatures::Simple::ParseKeyword - method and func keywords using Parse::Keyword River stage zero No dependents

RHESA/Method-Signatures-Simple-ParseKeyword-1.14 - 24 Mar 2024 12:48:39 UTC

Parse::Method::Signatures::TypeConstraint - turn parsed TC data into Moose TC object River stage two • 5 direct dependents • 88 total dependents

Class used to turn PPI elements into Moose::Meta::TypeConstraint objects....

KENTNL/Parse-Method-Signatures-1.003019 - 09 Apr 2017 15:51:15 UTC

lib/Parse/Method/Signatures/Types.pm River stage two • 5 direct dependents • 88 total dependents

KENTNL/Parse-Method-Signatures-1.003019 - 09 Apr 2017 15:51:15 UTC

lib/Parse/Method/Signatures/ParamCollection.pm River stage two • 5 direct dependents • 88 total dependents

KENTNL/Parse-Method-Signatures-1.003019 - 09 Apr 2017 15:51:15 UTC

lib/Method/Signatures/Signature.pm River stage two • 53 direct dependents • 61 total dependents

BAREFOOT/Method-Signatures-20170211 - 11 Feb 2017 21:41:28 UTC

lib/Method/Signatures/Utils.pm River stage two • 53 direct dependents • 61 total dependents

BAREFOOT/Method-Signatures-20170211 - 11 Feb 2017 21:41:28 UTC

lib/Method/Signatures/Types.pm River stage two • 53 direct dependents • 61 total dependents

BAREFOOT/Method-Signatures-20170211 - 11 Feb 2017 21:41:28 UTC

lib/Method/Signatures/Parameter.pm River stage two • 53 direct dependents • 61 total dependents

BAREFOOT/Method-Signatures-20170211 - 11 Feb 2017 21:41:28 UTC

lib/Parse/Method/Signatures/Param/Positional.pm River stage two • 5 direct dependents • 88 total dependents

KENTNL/Parse-Method-Signatures-1.003019 - 09 Apr 2017 15:51:15 UTC

lib/Parse/Method/Signatures/Param/Named.pm River stage two • 5 direct dependents • 88 total dependents

KENTNL/Parse-Method-Signatures-1.003019 - 09 Apr 2017 15:51:15 UTC

lib/Parse/Method/Signatures/Param/Unpacked.pm River stage two • 5 direct dependents • 88 total dependents

KENTNL/Parse-Method-Signatures-1.003019 - 09 Apr 2017 15:51:15 UTC
35 results (0.049 seconds)