Updated props
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / style_no_tabs.t
CommitLineData
a19bdae0 1#!perl -wT
2# $Id$
3use strict;
4use warnings;
5
6BEGIN {
7 use lib 't/lib';
8 use DBIC::Test;
9
10 plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
11
12 eval 'use Test::NoTabs 0.03';
13 plan skip_all => 'Test::NoTabs 0.03 not installed' if $@;
14};
15
16all_perl_files_ok('lib');