Clean up, make author tests not skip, and change perl critic for notabs
[catagits/Catalyst-Plugin-RequireSSL.git] / xt / author / 03podcoverage.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5
6 # Ensure a recent version of Test::Pod::Coverage
7 use Test::Pod::Coverage 1.08;
8 use Pod::Coverage 0.18;
9
10 all_pod_coverage_ok();