NAME ^

t/codingstd/cppcomments.t - checks for C++ style comments

SYNOPSIS ^

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

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

DESCRIPTION ^

Checks that no source file in the distribution uses C++ style comments.

SEE ALSO ^

"pdds/pdd07_codingstd.pod" in docs


parrot