Switch to 2-space indent, minor formatting (no code) changes
[p5sagit/Class-Accessor-Grouped.git] / t / style_no_tabs.t
1 use strict;
2 use warnings;
3
4 BEGIN {
5   use Test::More;
6
7   plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
8
9   eval 'use Test::NoTabs 0.03';
10   plan skip_all => 'Test::NoTabs 0.03 not installed' if $@;
11 };
12
13 all_perl_files_ok('lib');