# New Ticket Created by John (ash) # Please include the string: [perl #78156] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78156 >
Some subs can 'does Callable' while other return Null PMC access errors. <TimToady> rakudo: say &print does Callable <p6eval> rakudo 8827d0: OUTPUT«Null PMC access in clone() in 'infix:<does>' at line 37 in 'infix:<does>' at line 537:CORE.setting in main program body at line 22:/tmp/NXqor71nBI» <TimToady> oo <TimToady> rakudo: sub foo {}; say &foo does Callable <p6eval> rakudo 8827d0: OUTPUT«foo» -- John Harrison