# New Ticket Created by John (ash) # Please include the string: [perl #78004] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78004 >
$ perl6 > class A { method a { 1 } }; A.can('a'); ===SORRY!=== get_string() not implemented in class 'P6Invocation' It happens whenever you try to Stringify the result of .can, .can is probably returning something primitive in parrot.