# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #118771]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=118771 >


$ cat > Z.pm
a

$ perl6 -I. -e 'use Z'
===SORRY!===
Undeclared routine:
    a used at line 1

The error message correctly gives the line number, but fails to
mention in which file the error occurred.

In a larger project with many included modules, that makes the error
potentially very cumbersome to track down.

Reply via email to