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_enum.t - checks for rules related to enums in C source
SYNOPSIS
# test all files
% prove t/codingstd/c_enum.t
# test specific files
% perl t/codingstd/c_enum.t src/foo.c include/parrot/bar.h
DESCRIPTION
Checks that all C language source files use enums appropriately (eg: C89-compliant).