X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fauthor%2Ftabs.t;fp=xt%2Fauthor%2Ftabs.t;h=1b9c5b929d9d7f71eb262c6a268b1f8a3c0b0847;hb=0156915cde1934bb6fd67d3a2c9930de45a86c05;hp=0000000000000000000000000000000000000000;hpb=3b97966cd2d122a523080ff88e516c2194adecec;p=gitmo%2FClass-MOP.git diff --git a/xt/author/tabs.t b/xt/author/tabs.t new file mode 100644 index 0000000..1b9c5b9 --- /dev/null +++ b/xt/author/tabs.t @@ -0,0 +1,13 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +use Test::More; + +eval "use Test::NoTabs 0.8"; +plan skip_all => "Test::NoTabs 0.8 required for testing tabs" if $@; + +# Module::Install has tabs, so we can't check 'inc' or ideally '.' +all_perl_files_ok('lib', 't', 'xt'); +