more convert to using Test::Requires
[gitmo/MooseX-Singleton.git] / xt / author / tabs.t
CommitLineData
da16d915 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More;
7
42c06343 8use Test::Requires {
9 'Test::NoTabs' => '0.8', # skip all if not installed
10};
da16d915 11
12# Module::Install has tabs, so we can't check 'inc' or ideally '.'
13all_perl_files_ok('lib', 't', 'xt');
14