The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

t/codingstd/cuddled_else.t - checks for cuddled elses in source and headers

SYNOPSIS

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

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

DESCRIPTION

Checks that files do not use cuddled else, that is an else on the same line as the closing brace of the if part.

SEE ALSO

"pdds/pdd07_codingstd.pod" in docs