parrotcode: checks for C++ style comments | |
Contents | Tests |
t/codingstd/cppcomments.t - checks for C++ style comments
# test all files % prove t/codingstd/cppcomments.t # test specific files % perl t/codingstd/cppcoments.t src/foo.t include/parrot/bar.h
Checks that no source file in the distribution uses C++ style comments.
|