skip pod tests, usually
[gitmo/MooseX-Storage.git] / t / pod.t
1 #!perl -T
2
3 use Test::More;
4 eval "use Test::Pod 1.14";
5 plan skip_all => "set env var RELEASE_TESTING=1 to run these"
6   unless $ENV{RELEASE_TESTING};
7 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
8 all_pod_files_ok();