From: Peter Rabbitson <ribasushi@cpan.org>
Date: Tue, 22 Jan 2013 21:04:23 +0000 (+0100)
Subject: Ensure xt/whitespace.t executes standalone
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f892e7e4289b61f20b21bf9266eff65f93d5cd0c;p=dbsrgits%2FDBIx-Class-Historic.git

Ensure xt/whitespace.t executes standalone

This way it will not pick up anything temporary a test may have left
around, and won't complain about the whitespace contents.
---

diff --git a/xt/whitespace.t b/xt/whitespace.t
index 0645aed..111a0db 100644
--- a/xt/whitespace.t
+++ b/xt/whitespace.t
@@ -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') ) {