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


The following program:

{{{{{{{
#!/usr/bin/pugs

use v6;

say "Hello";
say "a".my_non_existent_method_6R5();
}}}}}}}

Generates the following output:

{{{{{{{{{{
Hello
Method 'my_non_existent_method_6R5' not found for invocant of class 'Str'
}}}}}}}}}}

As you can see, the error does not have a line number.

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
What does "Zionism" mean? - http://xrl.us/bjn8u

God gave us two eyes and ten fingers so we will type five times as much as we
read.

Reply via email to