[perl6/specs] 9950d8: [S13] unspec multiple signatures

2011-11-03 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 9950d83ede3d1aa77a96ad83fd7549a69fc9e4a5 https://github.com/perl6/specs/commit/9950d83ede3d1aa77a96ad83fd7549a69fc9e4a5 Author: Carl Masak Date: 2011-11-03 (Thu, 03 Nov 2011) Changed paths: M S13-ov

[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

2011-11-03 Thread via RT
# New Ticket Created by Ron Schmidt # Please include the string: [perl #102876] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=102876 > In both cases if you change the "our" to a "my" the problem goes away. See on IRC

[perl #102860] <{...}> interpolation in regexes causes Null PMC access

2011-11-03 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #102860] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=102860 > 15:13 < moritz> nom: say 'abc' ~~ /<{ '.+' }>/ 15:13 <+p6eval> nom a2e2b9: OUTPUTĀ«