clean up contributors
[catagits/Catalyst-Runtime.git] / t / author / notabs.t
1 use strict;
2 use warnings;
3
4 use File::Spec;
5 use FindBin ();
6 use Test::More;
7 use Test::NoTabs;
8
9 all_perl_files_ok(qw/lib/);
10