bump version to 1.15
[gitmo/Moose.git] / xt / author / tabs.t
CommitLineData
4ca42e40 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More;
7
4d438a84 8use Test::Requires {
9 'Test::NoTabs' => '0.8', # skip all if not installed
10};
4ca42e40 11
1809f1cd 12# Module::Install has tabs, so we can't check 'inc' or ideally '.'
13all_perl_files_ok('lib', 't', 'xt');
4ca42e40 14