X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fstrictures.t;h=399662163a6a82b45c04cb09afa9e2d70a81af3b;hb=b6a469f7;hp=45cc88d55aaaa1e7f98d0534cf3f4a487c5726ce;hpb=5292b35adf732e6c40c8b68a291d4b1d3a6446a2;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/xt/strictures.t b/xt/strictures.t index 45cc88d..3996621 100644 --- a/xt/strictures.t +++ b/xt/strictures.t @@ -3,7 +3,7 @@ use strict; use Test::More; use lib 't/lib'; -use DBICTest ':GlobalLock'; +use DBICTest; unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_strictures') ) { my $missing = DBIx::Class::Optional::Dependencies->req_missing_for ('test_strictures'); @@ -23,8 +23,6 @@ find({ return if m{^(?: maint/Makefile.PL.inc/.+ # all the maint inc snippets are auto-strictured | - lib/DBIx/Class/Storage/BlockRunner.pm # Moo undetected - | t/lib/DBICTest/Util/OverrideRequire.pm # no stictures by design (load order sensitive) )$}x;