# New Ticket Created by Leopold Toetsch # Please include the string: [perl #31949] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31949 >
The Complex PMC arithmetic MMD vtables (add, subtract, divide) blindly assume that the RHS argument C<value> is complex too. This needs fixing and tests. See C<multiply> for a better example. leo