# New Ticket Created by John (ash) # Please include the string: [perl #71554] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71554 >
A simple example of where this is useful: role Foo { method bar { return 'Foo#bar'; } } say Foo.^methods; Should return 'bar' -- John "ash" Harrison
0001-RoleHOW-update-to-fix-runtime-calling-of-.-methods-o.patch
Description: Binary data