Newer Older
11 lines | 0.222kb
added common test executing ...
Yuki Kimoto authored on 2011-08-07
1

            
2
use strict;
3
use warnings;
4
use Test::More;
5

            
6
# Ensure a recent version of Test::Pod
7
my $min_tp = 1.22;
8
eval "use Test::Pod $min_tp";
9
plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
10

            
11
all_pod_files_ok();