Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #41825] morph vtable method not working in PIR

1 view
Skip to first unread message

Richard @ Hive-Systems . Com

unread,
Mar 14, 2007, 10:49:34 AM3/14/07
to bugs-bi...@rt.perl.org
# New Ticket Created by ric...@hive-systems.com
# Please include the string: [perl #41825]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41825 >


Hi,

Given the following:

.namespace ['A']

.sub 'morph' :method :vtable
say 'morphing!'
.end

.sub main :main
$P0 = newclass 'A'
$P1 = new 'A'
morph $P1, .Undef
.end

the 'morph' vtable method doesn't get called

Cheers,
Rich

0 new messages