# New Ticket Created by Yi-Fang Liu
# Please include the string: [perl #80668]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=80668 >
Hi,I have just installed setup-parrot-2.10.0.exe and
setup-parrot-2.10.0-rakudo-35.exe o
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #80694]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=80694 >
rakudo: class A { method foo { 'abc' }; A.^add_method('bar',
A.^can('foo')); }; my $x=
On 13/12/2010 21:08, Carl Mäsak (via RT) wrote:
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #80694]
# in the subject line of all future correspondence about this issue.
#http://rt.perl.org/rt3/Ticket/Display.html?id=80694>
rakudo: class A { method foo { 'abc' };