# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #77582]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77582 >


$ perl6 -e 'my %h; %h<a> = 3; %h.nonexist'
Method 'nonexist' not found for invocant of class ''
  in main program body at line 1

Should say "for invocant of class 'Hash'".

Moritz

Reply via email to