Ensure xt/whitespace.t executes standalone
Peter Rabbitson [Tue, 22 Jan 2013 21:04:23 +0000 (22:04 +0100)]
This way it will not pick up anything temporary a test may have left
around, and won't complain about the whitespace contents.

xt/whitespace.t

index 0645aed..111a0db 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use Test::More;
 use File::Glob 'bsd_glob';
 use lib 't/lib';
-use DBICTest;
+use DBICTest ':GlobalLock';
 
 require DBIx::Class;
 unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_whitespace') ) {