mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Fix perltidy test
Remove taint mode so $PERL5LIB is used as expected Exclude Makefile.PL since it doesn't matter if it isn't tidy
This commit is contained in:
parent
3cfb83c0d6
commit
f169e544fd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!perl -T
|
||||
#!perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -12,5 +12,5 @@ plan skip_all => "Test::PerlTidy required for testing code" if $@;
|
|||
|
||||
run_tests(
|
||||
perltidyrc => $Bin . '/perltidyrc',
|
||||
exclude => [ '_build/', 'blib/' ]
|
||||
exclude => [ '_build/', 'blib/', 'Makefile.PL', ]
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue