# New Ticket Created by Will Coleda # Please include the string: [perl #56468] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56468 >
Now that we can subclass PMCs with Objects, we need to go through all the code in src/pmc/*.pmc that directly fiddles with PMC guts (e.g. PMC_int_val(...) and PMC_num_val(...) and replace them with VTABLE accessor methods, or constructs like SELF.get_integer(). We've had two tickets come through, one for subclassing Int, one for subclassing Float; we need to add tests for all these various subclassing issues (for vtables and methods) and fixup the PMC so we can avoid getting any more. -- Will "Coke" Coleda