[perl #61918] classes don't get a default .perl method

2009-04-17 Thread Ron Schmidt via RT
I think this ticket should be merged with 62002. BTW - It's partially solved. There seems to be a default .perl method - it just doesn't dump attributes yet.

[perl #61918] classes don't get a default .perl method

2009-01-02 Thread Dave Whipp
# New Ticket Created by "Dave Whipp" # Please include the string: [perl #61918] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61918 > rakudo: class A { has $.foo }; my A $a .=new( foo => 42 ); say $a.perl