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


Hi!

The class name is missing in the error message:

$ ./perl6 -e 'class A {}; A.foo'
Method 'foo' not found for invocant of class ''
  in main program body at line 1

$ ./perl6 -e 'Any.foo'
Method 'foo' not found for invocant of class ''
  in main program body at line 1

$ ./perl6 --version

This is Rakudo Perl 6, version 2010.07-113-gc41bcd7 built on parrot 2.6.0 r48341

Reply via email to