# New Ticket Created by Hojung Yoon # Please include the string: [perl #66878] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=66878 >
at revision: 10f223 and at release version #18. > my $o = IO.new; # works > my $o = A.new; # correct Could not find non-existent sub A > my $o = IO::NONEXIST.new; # error Null PMC access in invoke()