# New Ticket Created by Zefram # Please include the string: [perl #126130] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126130 >
$ ./perl6 -e 'say Real.new' [hangs] ^C Like Numeric.new + 0 [perl #126112], there's a hang on a basically unimplemented method in a fairly abstract class. This is less than awesome. It would be nice to have the lack of implementation detected, resulting in a signalled error. -zefram