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

0.01_02

    - Types becomes optional: args my $x, my $y => 'Str'; # $x can be anything but required(gfx)
    - Parameterized types are allowd; args my $x => "ArrayRef[Int]";(gfx)

0.01_01
    - original version