3 # Test that the syntax of our POD documentation is valid
14 # Don't run tests during end-user installs
19 plan
( skip_all
=> "test not required for installation" );
22 # Load the testing modules
23 foreach my $MODULE ( @MODULES ) {
27 ?
die( "Failed to load required release-testing module $MODULE" )
28 : plan
( skip_all
=> "$MODULE not available for testing" );