NAME

t/codingstd/linelength.t - Test code lines length

SYNOPSIS

    # test all files
    % prove t/codingstd/linelength.t

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

DESCRIPTION

Tests source files for the line length limit as defined in pdd07_codingstd.pod. Only files for some language implementations are checked.

SEE ALSO

"pdds/pdd07_codingstd.pod" in docs