mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
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');
|