parrotcode: checks for GMT/UTC timezone in generated files | |
Contents | Tests |
t/codingstd/gmt_utc.t - checks for GMT/UTC timezone in generated files
# test all files
% prove t/codingstd/gmt_utc.t
# test specific files
% perl t/codingstd/gmt_utc.t src/foo.c include/parrot/bar.h
Generated files which have timezone information should have this as either GMT or UTC.
"pdds/pdd07_codingstd.pod" in docs
CAGE task #39878
|