Merge 'module-install' into 'trunk'
[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
7my $min_tp = 1.22;
8eval "use Test::Pod $min_tp";
9plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
10
11all_pod_files_ok();