NAME
t/codingstd/pmc_docs.t - checks for missing function documentation
SYNOPSIS
# test all files
% prove t/codingstd/pmc_docs.t
# test specific files
% perl t/codingstd/pmc_docs.t src/foo.pmc src/bar.pmc
DESCRIPTION
Checks that all PMC source files have documentation for each function declared.