id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1007	warn output overwrites file name and other warns in Linux	kthakore	garu	"To reproduce:

1) Open Padre
2) Write the following code:


{{{
use strict;
use warnings;

foreach(0...5)
{
 
 warn 'asdfdsfds';	
 warn '123123213123';
	
}
}}}

3) Save as foo.pl and Execute with F5


{{{
asdfdsfds at /home/kthakore/Documents/foo.pl line 7.
123123213123 at /home/kthakore/Documents/foo.pl line 8.
123123213123 at /home/kthakore/Documents/foo.pl line 7.
123123213123 at /home/kthakore/Documents/foo.pl line 8.
123123213123 at /home/kthakore/Documents/foo.pl line 7.
123123213123 at /home/kthakore/Documents/foo.pl line 8.
...
}}}

This is incorrect. It should alternate.

4) Type a space in the editor and it will change the file name 

See attached screen shot



"	defect	closed	major		editor	0.70	fixed		
