# New Ticket Created by  [EMAIL PROTECTED] 
# Please include the string:  [perl #41826]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41826 >


Hi,

Given the following:

.namespace ['A']

.sub 'find_method' :vtable :method
    say 'find_method!'
.end

.sub main :main
    $P0 = newclass 'A'
    $P1 = new 'A'
    $P2 = find_method $P1, 'foo'
.end

the 'find_method' sub doesn't get invoked

Cheers,
Rich

Reply via email to