The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112131415 package PosAfterNamed;use strict;use warnings;use Method::Signatures;# the #line directive helps us guarantee that we'll always know what line number to expect the error# on, regardless of how much this test module changes#line 1133func foo ( :$bar, $baz ) {}1;
package
PosAfterNamed;
use
strict;
warnings;
Method::Signatures;
# the #line directive helps us guarantee that we'll always know what line number to expect the error
# on, regardless of how much this test module changes
#line 1133
func foo ( :
$bar
,
$baz
) {}
1;