From: Peter Rabbitson Date: Sat, 23 Mar 2013 12:42:44 +0000 (+0100) Subject: Fix copypasta - strictures test needs no global lock X-Git-Tag: v0.08210~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=dfaed1c722fc51db1dfd09579d26a695b62a66be Fix copypasta - strictures test needs no global lock --- 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');