X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=blobdiff_plain;f=xt%2F92whitespace.t;h=d36b33883f97e492a86a76c0b76fc59f4cf71109;hp=ebc01481bf7c5342cd2cb0f699d0132b0c3a689d;hb=de1d858690a352d189d492082d789d84c3584a38;hpb=c485118c5b7b7210931dd391ed65a28dc21012ef 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);