# New Ticket Created by Paul Cochrane # Please include the string: [perl #46633] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46633 >
In src/pmc/integer.pmc there are todo items under the increment() and decrement() methods: /* XXX overflow */ As far as I can tell, this means to check for overflow before either incrementing or decrementing.