RT#22364 (ASH) hopefully fixed with updated prereq
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / style_no_tabs.t
1 #!perl -wT\r
2 # $Id: style_no_tabs.t 3236 2007-05-05 16:24:35Z claco $\r
3 use strict;\r
4 use warnings;\r
5 \r
6 BEGIN {\r
7     use lib 't/lib';\r
8     use DBIC::Test;\r
9 \r
10     plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};\r
11 \r
12     eval 'use Test::NoTabs 0.03';\r
13     plan skip_all => 'Test::NoTabs 0.03 not installed' if $@;\r
14 };\r
15 \r
16 all_perl_files_ok('lib');\r