pkgsrc/devel/p5-Test-NoTabs/DESCR
mef c64e0e7bef Import p5-Test-NoTabs-1.4 as devel/p5-Test-NoTabs.
Test::NoTabs lets you check the presence of tabs in your perl code.
It reports its results in standard Test::Simple fashion:

  use Test::NoTabs tests => 1;
  notabs_ok( 'lib/Module.pm', 'Module is tab free');
2015-04-27 13:17:46 +00:00

5 lines
210 B
Text

Test::NoTabs lets you check the presence of tabs in your perl code.
It reports its results in standard Test::Simple fashion:
use Test::NoTabs tests => 1;
notabs_ok( 'lib/Module.pm', 'Module is tab free');