initial import of DBIx-Class-InflateColumn-IP 0.02000 from CPAN
[dbsrgits/DBIx-Class-InflateColumn-IP.git] / t / style-notabs.t
1 #!perl -T
2 use strict;
3 use warnings;
4
5 use Test::More;
6
7 if (not $ENV{TEST_AUTHOR}) {
8     plan skip_all => 'set TEST_AUTHOR to enable this test';
9 }
10 else {
11     eval 'use Test::NoTabs 0.03';
12     if ($@) {
13         plan skip_all => 'Test::NoTabs 0.03 not installed';
14     }
15     else {
16         plan tests => 1;
17     }
18 }
19
20 all_perl_files_ok('lib');