http://www.perlmonks.org?node_id=973283


in reply to Re^3: Problem compiling Perl 5.14.2 - op/stat.t test 37 failed
in thread Problem compiling Perl 5.14.2 - op/stat.t test 37 failed

Hey! THX i found it :D It problem in Czech localized output from this command:

ls -l /dev 2>/dev/null

Output

[tom@alarmpi perl-5.14.2]$ ls -l /dev 2>/dev/null celkem 0 crw------- 1 root root 10, 235 1. led 1970 autofs drwxr-xr-x 2 root root 620 30. kvě 09.59 block drwxr-xr-x 2 root root 60 30. kvě 09.59 bsg

The first line is "celkem" that means total in english and begins with c. So, please correct it and remove the first line from the test and post a patch please :)