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