diff --git a/src/core/operators.pm b/src/core/operators.pm index 13d7191b8df..d33b997d6be 100644 --- a/src/core/operators.pm +++ b/src/core/operators.pm @@ -358,9 +358,9 @@ our multi sub infix:<...>(@lhs is copy, $rhs) { given @lhs.elems { when 1 { if @lhs[0] cmp $rhs == 1 { - $next = { $.prec }; + $next = { .prec }; } else { - $next = { $.succ }; + $next = { .succ }; } } when 2 {