X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fstrictures.t;h=399662163a6a82b45c04cb09afa9e2d70a81af3b;hb=cd784aab86565e35c3aa9ba13fa2ea3e95616ec3;hp=0307cc25993c620fb515472bfa7fe80d4d77d55b;hpb=b2c1212f1e936babcecde9dc8d7562f892f9ef7f;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/strictures.t b/xt/strictures.t index 0307cc2..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');