3 # Test that the syntax of our POD documentation is valid
15 # Don't run tests during end-user installs
18 $ENV{RELEASE_TESTING
} or
21 plan
( skip_all
=> "test not required for installation" );
24 # Load the testing modules
25 foreach my $MODULE ( @MODULES ) {
29 ?
die( "Failed to load required release-testing module $MODULE" )
30 : plan
( skip_all
=> "$MODULE not available for testing" );
34 all_pod_coverage_ok
();