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