Major revamp of CAG internals - now works on pure-perl
[p5sagit/Class-Accessor-Grouped.git] / t / style_no_tabs.t
1 #!perl -wT
2 # $Id$
3 use strict;
4 use warnings;
5
6 BEGIN {
7     use Test::More;
8
9     plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
10
11     eval 'use Test::NoTabs 0.03';
12     plan skip_all => 'Test::NoTabs 0.03 not installed' if $@;
13 };
14
15 all_perl_files_ok('lib');