NAME ^

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

SYNOPSIS ^

    # 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

DESCRIPTION ^

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

SEE ALSO ^

"pdds/pdd07_codingstd.pod" in docs


parrot