summaryrefslogtreecommitdiff
path: root/devel/p5-Test-NoTabs/DESCR
blob: a8b9343565381605e990317bcf3de026dce939f3 (plain)
1
2
3
4
5
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');