| parrotcode: checks for DOS line endings in text files | |
| Contents | Tests |

t/codingstd/line_endings.t - checks for DOS line endings in text files

# test all files
% prove t/codingstd/line_endings.t
# test specific files
% perl t/codingstd/line_endings.t src/foo.c include/parrot/bar.h

Checks that text files do not have DOS (CRLF) line endings. Instead, they should have Unix (CR) line endings.

|
|
|