add a bunch of author-only tests
[gitmo/MooseX-Singleton.git] / xt / tabs.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 eval "use Test::NoTabs 0.8";
9 plan skip_all => "Test::NoTabs 0.8 required for testing tabs" if $@;
10
11 # Module::Install has tabs, so we can't check 'inc' or ideally '.'
12 all_perl_files_ok('lib', 't', 'xt');
13