add JSON::XS to the top of the JSON loaders list
[p5sagit/Config-Any.git] / t / pod.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5 eval "use Test::Pod 1.14";
6
7 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
8 all_pod_files_ok();