libtest-notabs-perl

Module for scanning for hard tabs in files
  https://metacpan.org/release/Test-NoTabs
  0
  no reviews



Test::notabs is a perl test module that scans your project/distribution for any perl files (scripts, modules, etc) that contain hard tabs (the \t, or 0x09) character. tabs can render with slightly different width depending on the author's environment, so it's best to use spaces instead.