From: Shawn M Moore Date: Fri, 26 Jun 2009 19:33:52 +0000 (-0400) Subject: Only test lib, t, and xt for tabs X-Git-Tag: 0.85~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1809f1cd48fe2b61afe534ac3c50f995f5a7168a;p=gitmo%2FMoose.git Only test lib, t, and xt for tabs --- diff --git a/xt/author/tabs.t b/xt/author/tabs.t index c0d723c..1b9c5b9 100644 --- a/xt/author/tabs.t +++ b/xt/author/tabs.t @@ -8,5 +8,6 @@ use Test::More; eval "use Test::NoTabs 0.8"; plan skip_all => "Test::NoTabs 0.8 required for testing tabs" if $@; -all_perl_files_ok(); +# Module::Install has tabs, so we can't check 'inc' or ideally '.' +all_perl_files_ok('lib', 't', 'xt');