]> git.imager.perl.org - imager-graph.git/blobdiff - t/t91pod.t
skip POD tests unless IMAGER_AUTHOR_TESTING or AUTOMATED_TESTING is set
[imager-graph.git] / t / t91pod.t
index db41c41c44a5d4dfd7f05a59316d920a33346213..13d8ce54e2c1d84fde253adf9af73e3da7e395f8 100644 (file)
@@ -2,6 +2,8 @@
 use strict;
 use Test::More;
 use ExtUtils::Manifest qw(maniread);
+$ENV{AUTOMATED_TESTING} || $ENV{IMAGER_AUTHOR_TESTING}
+  or plan skip_all => "POD only tested under automated or author testing";
 eval "use Test::Pod 1.00;";
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
 all_pod_files_ok();