The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.0701 - 2015-12-04

  • remove old "bare" import syntax: use Function::Parameters 'foo', 'bar';
    • equivalent to
    • use Function::Parameters { foo => 'function', bar => 'method' };
    • (marked as deprecated in 0.06, no longer documented since 1.00)

Modules

subroutine definitions with parameter lists
Information about parameter lists

Provides

in lib/Function/Parameters/Info.pm