diff --git a/src/Perl6/Actions.pm b/src/Perl6/Actions.pm index d279f2d24bf..1acdee45eb7 100644 --- a/src/Perl6/Actions.pm +++ b/src/Perl6/Actions.pm @@ -3522,7 +3522,8 @@ sub capture_or_parcel($args, $name) { our %not_curried; INIT { - %not_curried{'&infix:<...>'} := 1; + %not_curried{'&infix:<...>'} := 2; + %not_curried{'&infix:<...^>'} := 2; %not_curried{'&infix:<..>'} := 1; %not_curried{'&infix:<..^>'} := 1; %not_curried{'&infix:<^..>'} := 1;