# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69562] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69562 >
$ perl6 -e'foo' Could not find non-existent sub foo in Main (src/gen_setting.pm:3469) Now, I suppose that 'in Main' is technically correct, but having Rakudo write 'in the -e script' or something would be more helpful. As for the 'src/gen_setting.pm:3469', that's information of negative usefulness to the user. Better to turn line numbers off than printing that.
