Clean up, make author tests not skip, and change perl critic for notabs
[catagits/Catalyst-Plugin-RequireSSL.git] / xt / author / 04tabs.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5 use Test::NoTabs 0.9;
6
7 all_perl_files_ok();
8