[perl #60778] Strange error message in Rakudo on $var .= "string"

2008-11-26 Thread jn...@jnthn.net via RT
On Mon Nov 24 07:52:42 2008, masak wrote: > $ perl6 -c -e 'my $a; $a .= "A"' > Method 'panic' not found for invocant of class 'PGE;Match' > > I inadvertently wrote this when meaning '~='. It would probably be a > good thing to emit a helpful error message in this case. (Unless it's > legal Perl 6,

[perl #60778] Strange error message in Rakudo on $var .= "string"

2008-11-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60778] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60778 > $ perl6 -c -e 'my $a; $a .= "A"' Method 'panic' not found for invocant of class 'PGE;Mat