X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Ftabs.t;fp=xt%2Ftabs.t;h=1b9c5b929d9d7f71eb262c6a268b1f8a3c0b0847;hb=da16d91534c86c1062b97b75db93cc4dddad2e6e;hp=0000000000000000000000000000000000000000;hpb=5a0f3fa611c54cd665e49116d4dc9d5f305fde40;p=gitmo%2FMooseX-Singleton.git diff --git a/xt/tabs.t b/xt/tabs.t new file mode 100644 index 0000000..1b9c5b9 --- /dev/null +++ b/xt/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'); +