test for whitespace, tabs
[p5sagit/local-lib.git] / xt / release / no-tabs.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5 use Test::NoTabs;
6 all_perl_files_ok();