[perl #114246] [TODO] importing constants in Rakudo

2012-07-23 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #114246] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=114246 > I dunno whether rakudo supports importing constants yet you'd think it wouldn't

[perl #102876] [BUG] package A { our %h; %h{'A'} = 2 } Method 'at_key' not found - package A { our %h = ('A' => 2) } Method 'STORE' not found

2012-07-23 Thread Ron Schmidt via RT
A bit more on this ticket after an IRC discussion: http:// irclog.perlgeek.de/perl6/2012-07-22#i_5837367 19:26 UncleFester6r: our @a; say @a.perl; our %h; say %h.perl 19:26 p6eval rakudo 3ac8c7: OUTPUT«Any␤Any␤» As moritz++ suggests later in the discussion the evaluation of @a.perl and