From: Peter Rabbitson Date: Fri, 17 Jan 2014 02:02:00 +0000 (+0100) Subject: Check xt for whitespace too X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b13d0c9656a74964e877350df21097072b896b4;p=dbsrgits%2FSQL-Abstract.git Check xt for whitespace too --- diff --git a/xt/92whitespace.t b/xt/92whitespace.t index ebc0148..b919d6e 100644 --- a/xt/92whitespace.t +++ b/xt/92whitespace.t @@ -23,7 +23,7 @@ plan skip_all => 'Test::NoTabs 0.9 required' if $@; *Test::NoTabs::_is_perl_module = $is_pm; } -my @pl_targets = qw/t lib script examples/; +my @pl_targets = qw/t xt lib script examples/; Test::EOL::all_perl_files_ok({ trailing_whitespace => 1 }, @pl_targets); Test::NoTabs::all_perl_files_ok(@pl_targets);