diff --git a/cpanspec b/cpanspec index f22e9e2..38a7696 100755 --- a/cpanspec +++ b/cpanspec @@ -882,7 +882,7 @@ for my $file (@args) { # TODO It's possible these need to be listed instead of just detected. my $uses_autoinstall = grep /Module\/AutoInstall.pm/, @files; - my $scripts=(grep /^(?:bin|scripts?|tools)\//, @files); + my $scripts=0; my $makecontent; if (grep /^Makefile\.PL$/, @files and $makecontent=extract($archive, $type, "$path/Makefile.PL")) {