# New Ticket Created by jerry gay # Please include the string: [perl #38202] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38202 >
see below. ~jerry ---------- Forwarded message ---------- From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Jan 10, 2006 3:57 PM Subject: divide by zero exceptions To: Perl 6 Internals <perl6-internals@perl.org> The integer and floatval opcodes div, fdiv, and cmod now all throw a E_ZeroDivisionError exception with the text "Divide by zero". JIT/i386 and JIT/ppc are also adapted accordingly. Updates for Integer, Float, Complex, BigInt PMCs are welcome. leo