# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #125821]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=125821 >
Code:
say <a b c d e>.rotate(Inf);
Result:
Earlier failures:
No zero-arg meaning for infix:<%>
in block <unit> at ./test.pl:2
Final error:
Cannot call Real(Failure: ); none of these signatures match:
(Mu:U \v: *%_)
in block <unit> at ./test.pl:2
Same problem with NaN and -Inf.
Somewhat similar bug report:
https://rt.perl.org/Public/Bug/Display.html?id=125818