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_setting.pm:3469', that's information of negative
> usefulness to the user. Better to turn line numbers off than printing
> that.

Ah, another line numbers ticket...musta missed these in earlier ticket
triage. Rakudo has got these right for a bit now:

C:\Consulting\rakudo>perl6 -e "foo"
Could not find sub &foo
  in main program body at line 1

Resolving.

Thanks,

Jonathan

Reply via email to