X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2F92whitespace.t;h=d36b33883f97e492a86a76c0b76fc59f4cf71109;hb=bd805d8577ae84ee761522c88ff0f5ddeb42619b;hp=ebc01481bf7c5342cd2cb0f699d0132b0c3a689d;hpb=428975b0e646c0769d7eb530d4f52443471a9a9a;p=dbsrgits%2FSQL-Abstract.git diff --git a/xt/92whitespace.t b/xt/92whitespace.t index ebc0148..d36b338 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 lib examples/; Test::EOL::all_perl_files_ok({ trailing_whitespace => 1 }, @pl_targets); Test::NoTabs::all_perl_files_ok(@pl_targets);