# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #60778]
# in the subject line of all future correspondence about this issue. 
# <URL: 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;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, which STD doesn't think it is.)

Note that Rakudo (r33067) dies here during compilation, trying to find
a missing method 'panic'.

Reply via email to