parrotcode: checks that filenames conform to standards | |
Contents | Tests |
t/codingstd/filenames.t - checks that filenames conform to standards
# test all files
% prove t/codingstd/filenames.t
# test specific files
% perl t/codingstd/filenames.t src/foo.c include/parrot/bar.h
Checks that the filenames used for files within the Parrot distribution conform to a set of highly portable standards.
a-zA-Z0-9_-.
"pdds/pdd07_codingstd.pod" in docs
Paul Cochrane <paultcochrane at gmail dot com>
|