NAME

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

SYNOPSIS

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

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