Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
t/codingstd/c_struct.t - checks for struct tags in C source and headers
SYNOPSIS
# test all files
% prove t/codingstd/c_struct.t
# test specific files
% perl t/codingstd/c_struct.t src/foo.c include/parrot/bar.h
DESCRIPTION
Checks that all C source files use struct tags, as defined in PDD07.