1use strict;
2use Test::More;
3if ($] < 5.007003 ) {
4    plan skip_all => "Perl 5.7.3 or later required for testing utf-8 POD";
5} else {
6    eval "use Test::Pod 1.00";
7    if ($@) {
8        plan skip_all => "Test::Pod 1.00 or later required for testing POD";
9    }
10}
11all_pod_files_ok();
12
13