Re: [perl #41826] vtable method 'find_method' not working in PIR

2007-05-01 Thread chromatic
On Wednesday 14 March 2007 07:51:37 [EMAIL PROTECTED] wrote: > 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_m

[perl #41826] vtable method 'find_method' not working in PIR

2007-03-14 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #41826] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41826 > Hi, Given the following: .namespace ['A'] .sub 'find_method' :vtable :method