056e19217603ccabe3aaa8ad36ceedfecb27c2e4
[gitmo/MooseX-Types-Structured.git] / t-author / pod.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5 # Ensure a recent version of Test::Pod
6 my $min_tp = 1.22;
7 eval "use Test::Pod $min_tp";
8 plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
9
10 all_pod_files_ok();