Skip to content

Commit 3370ef0

Browse files
committed
Skip tidiness test for generated file
1 parent bd7de70 commit 3370ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xt/author/perltidy.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if ( !$ENV{AUTHOR_TESTING} ) {
1414
plan skip_all => 'these tests are for testing by the author';
1515
}
1616

17-
my @files_to_exclude = qw(Makefile.PL .build blib local);
17+
my @files_to_exclude = qw(cpanfile Makefile.PL .build blib local);
1818
my $xt_dir = File::Spec->join('xt');
1919

2020
find(

0 commit comments

Comments
 (0)