move xt tests to xt/author for Module::Install to work
[gitmo/MooseX-Singleton.git] / xt / author / tabs.t
CommitLineData
da16d915 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More;
7
8eval "use Test::NoTabs 0.8";
9plan 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 '.'
12all_perl_files_ok('lib', 't', 'xt');
13