projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
10e248b
)
Fix copypasta - strictures test needs no global lock
Peter Rabbitson [Sat, 23 Mar 2013 12:42:44 +0000 (13:42 +0100)]
xt/strictures.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/strictures.t
b/xt/strictures.t
index
0307cc2
..
3996621
100644
(file)
--- 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');