From: Matt S Trout <mst@shadowcat.co.uk>
Date: Thu, 28 Nov 2013 20:37:59 +0000 (+0000)
Subject: change xt/whitespace.t to skip_all since Test::EOL ignores $TODO
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=28b53910d634a5da4cb59975b4db1484e7b9e708;p=dbsrgits%2FDBIx-Class.git

change xt/whitespace.t to skip_all since Test::EOL ignores $TODO
---

diff --git a/xt/whitespace.t b/xt/whitespace.t
index cd5c1a6..8caaaee 100644
--- a/xt/whitespace.t
+++ b/xt/whitespace.t
@@ -1,13 +1,11 @@
 use warnings;
 use strict;
 
-use Test::More;
+use Test::More skip_all => 'Would TODO but Test::EOL ignores $TODO';
 use File::Glob 'bsd_glob';
 use lib 't/lib';
 use DBICTest ':GlobalLock';
 
-local $TODO = 'Temporarily todo-ed for dq2eb';
-
 require DBIx::Class;
 unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_whitespace') ) {
   my $missing = DBIx::Class::Optional::Dependencies->req_missing_for ('test_whitespace');