8 # Don't run tests for installs
9 if ( DBICTest::RunMode->is_plain ) {
10 plan( skip_all => "Author tests not required for installation" );
14 unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_pod') ) {
15 my $missing = DBIx::Class::Optional::Dependencies->req_missing_for ('test_pod');
16 (! DBICTest::RunMode->is_plain && ! DBICTest::RunMode->is_smoker )
17 ? die ("Failed to load release-testing module requirements: $missing")
18 : plan skip_all => "Test needs: $missing"
21 Test::Pod::all_pod_files_ok();