# New Ticket Created by Daniel Ruoso # Please include the string: [perl #62628] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62628 >
I'd expect the following: ok(1 ~~ Int, '1 is an Int); ok(1 ~~ Rat, 'the rational numbers contain the integers'); ok(1 ~~ Complex, 'the complex numbers contain the rationals'); daniel