Clean up, make author tests not skip, and change perl critic for notabs
[catagits/Catalyst-Plugin-RequireSSL.git] / xt / author / 02pod.t
CommitLineData
6406f7c2 1use strict;
2use warnings;
3
4use Test::More;
5
6# Ensure a recent version of Test::Pod
4cfc2c5d 7use Test::Pod 1.22;
6406f7c2 8
9all_pod_files_ok();