add DBIx::Class to dependents to ensure the Moose components are happy
[gitmo/Moose.git] / xt / author / tabs.t
CommitLineData
4ca42e40 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
1809f1cd 11# Module::Install has tabs, so we can't check 'inc' or ideally '.'
12all_perl_files_ok('lib', 't', 'xt');
4ca42e40 13