bug report: wrong line number if using built-in functions

2008-06-19 Thread Christian Mehring
-8-- Start Bug Report 8-- 1. Problem Description: Line numbers will be wrong if a bulit-in function's first parameter is not in the same line. Minimized example: 01: #!/usr/local/bin/perl 02: use strict; 03: use warnings; 04: 05: abs 06: 07:5; 08:

Re: bug report: wrong line number if using built-in functions

2008-06-19 Thread Philippe M. Chiasson
Christian Mehring wrote: -8-- Start Bug Report 8-- 1. Problem Description: Line numbers will be wrong if a bulit-in function's first parameter is not in the same line. Minimized example: 01: #!/usr/local/bin/perl 02: use strict; 03: use warnings; 04: