From: Peter Rabbitson Date: Wed, 16 Jul 2014 11:47:43 +0000 (+0200) Subject: After 5f3fa0ac script/ is no more X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de1d858690a352d189d492082d789d84c3584a38;hp=c485118c5b7b7210931dd391ed65a28dc21012ef;p=scpubgit%2FQ-Branch.git After 5f3fa0ac script/ is no more --- 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);