The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

    # test specific files
    % perl t/codingstd/c_cppcomments.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