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


Imagine such a typo in a script:

use v6;

say "linenoise";
say 1.:all; # <------ typo
say "linenoise";

This throws an error, which is unhelpful, because it doesn't tell
which line the typo happened to be:
===SORRY!===
Cannot find method 'has_compile_time_value'

-Vytas

Reply via email to