4 use ExtUtils::Manifest qw(maniread);
5 $ENV{AUTOMATED_TESTING} || $ENV{IMAGER_AUTHOR_TESTING}
6 or plan skip_all => "POD only tested under automated or author testing";
7 eval "use Test::Pod 1.00;";
8 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;