Convert tabs to spaces
[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
11all_perl_files_ok();
12