8 unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_strictures') ) {
9 my $missing = DBIx::Class::Optional::Dependencies->req_missing_for ('test_strictures');
11 ? die ("Failed to load release-testing module requirements: $missing")
12 : plan skip_all => "Test needs: $missing"
21 m/\.(?: pm | pl | t )$ /ix or return;
24 maint/Makefile.PL.inc/.+ # all the maint inc snippets are auto-strictured
26 t/lib/DBICTest/Util/OverrideRequire.pm # no stictures by design (load order sensitive)
31 Test::Strict::strict_ok($f);
32 Test::Strict::warnings_ok($f);
34 #Test::Strict::syntax_ok($f) if $f =~ /^ (?: lib )/x;
37 }, (qw(lib t examples maint)) );