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