At 9:39 PM + 12/27/02, Michael Joyce (via RT) wrote:
The core parrot op neg() allows zero to become negative. That shouldn't
happen. I've attached a patch to this email that corrects the problem by
testing if neg() was passed a value of zero. I've also attached a patch that
adds a new test to
# New Ticket Created by Michael Joyce
# Please include the string: [perl #19500]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=19500 >
Hello.
The core parrot op neg() allows zero to become negative. That shouldn't
happen