X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-UUIDColumns.git;a=blobdiff_plain;f=t%2Fstyle_no_tabs.t;fp=t%2Fstyle_no_tabs.t;h=406ad00b20c99fd57000883e187ba9b263ce7cff;hp=0000000000000000000000000000000000000000;hb=3469b2435b72e296830195a12e2b3e1bc5b3cc9d;hpb=7408ffa3c76c0e4476c5a6a1f076a09a375de79b diff --git a/t/style_no_tabs.t b/t/style_no_tabs.t new file mode 100644 index 0000000..406ad00 --- /dev/null +++ b/t/style_no_tabs.t @@ -0,0 +1,16 @@ +#!perl -wT +# $Id: style_no_tabs.t 3236 2007-05-05 16:24:35Z claco $ +use strict; +use warnings; + +BEGIN { + use lib 't/lib'; + use DBIC::Test; + + plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR}; + + eval 'use Test::NoTabs 0.03'; + plan skip_all => 'Test::NoTabs 0.03 not installed' if $@; +}; + +all_perl_files_ok('lib');