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