move author tests to xt and remove environment conditional
[p5sagit/Class-Accessor-Grouped.git] / xt / style_no_tabs.t
1 use strict;
2 use warnings;
3 use Test::More;
4 BEGIN {
5   eval 'use Test::NoTabs 0.03; 1'
6     or plan skip_all => 'Test::NoTabs 0.03 not installed';
7 }
8
9 all_perl_files_ok('lib');