: plan skip_all => "Test needs: $missing"
}
+# this has already been required but leave it here for CPANTS static analysis
+require Test::Pod;
+
my $generated_pod_dir = 'maint/.Generated_Pod';
Test::Pod::all_pod_files_ok( 'lib', -d $generated_pod_dir ? $generated_pod_dir : () );
: plan skip_all => "Test needs: $missing"
}
+# this has already been required but leave it here for CPANTS static analysis
+require Test::Pod::Coverage;
+
# Since this is about checking documentation, a little documentation
# of what this is doing might be in order.
# The exceptions structure below is a hash keyed by the module