# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #128264] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128264 >
The following code started to fail on rakudo-j: $ perl6-j -e '(3/0).Num' java.lang.ArithmeticException: BigInteger divide by zero in block <unit> at -e line 1 The test still passed on commit a5c46bb7f4 (2016-05-25) and fails on commit 1ab1fb6f18 (2016-05-26).
