NAME

t/codingstd/c_todo.t - checks for "FIXME" and similar notes in C source and headers

SYNOPSIS

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

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

DESCRIPTION

Checks that no C source or header file in the distribution contains the following strings:

FIXME
TODO
XXX

SEE ALSO

"pdds/pdd07_codingstd.pod" in docs