# New Ticket Created by  Elizabeth Mattijsen 
# Please include the string:  [perl #127168]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127168 >


[12:40:37]  <lizmat>    m: my int $a = -10; say $a % 12   # wrong
[12:40:38]  <+camelia>  rakudo-moar d1ff73: OUTPUT«-10␤»
[12:40:46]  <lizmat>    m: my Int $a = -10; say $a % 12   # right
[12:40:46]  <+camelia>  rakudo-moar d1ff73: OUTPUT«2␤»

This is the source of RT #127161


Liz

Reply via email to