in reply to Re^2: Using Shift with Parameters in a subroutine
in thread Using Shift with Parameters in a subroutine

FYI: Method::Signatures doesn't use the keyword API introduced in Perl 5.14. Instead, it uses Devel::Declare.

Ditto MooseX::Method::Signatures and Method::Signatures::Simple.

Kavorka, Function::Parameters, and Fun use the Perl 5.14 keyword API.

  • Comment on Re^3: Using Shift with Parameters in a subroutine