NAME
App::perl::distrolint::Check::HardTabs
- check that no source file contains HT characters
DESCRIPTION
This checks that no source code file contains horizontal tab (HT) characters.
It operates on all the files considered to be "source", except that it will ignore any .c file if a corresponding .xs file is also present, as xsubpp is known to generate tab characters in its output, and this would leads to many false positives.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>