Convert tabs to spaces
[gitmo/Moose.git] / xt / author / tabs.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 eval "use Test::NoTabs 0.8";
9 plan skip_all => "Test::NoTabs 0.8 required for testing tabs" if $@;
10
11 all_perl_files_ok();
12