Version 0.3
[blog.pm-common-perl-mods.git] / MojoX-Dispatcher-FilterChain / t / 01pod.t
blob5d4d460a2e25dec10a2fc97d378929ef674e287d
1 #!perl -T
3 use strict;
4 use warnings;
5 use Test::More;
7 # Ensure a recent version of Test::Pod
8 my $min_tp = 1.22;
9 eval "use Test::Pod $min_tp";
10 plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
11 plan skip_all => 'set TEST_POD to enable this test'
12   unless $ENV{TEST_POD};
14 all_pod_files_ok();