[perl #69562] [BUG] The reporting of line numbers is useless in Rakudo

2010-07-16 Thread jn...@jnthn.net via RT
On Sun Oct 04 04:46:44 2009, masak wrote: > $ 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_set

[perl #69562] [BUG] The reporting of line numbers is useless in Rakudo

2009-10-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69562] # in the subject line of all future correspondence about this issue. # 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) N