Skip to content

Commit 90a2371

Browse files
committed
fix skiplist
1 parent 7fbd0a9 commit 90a2371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xt/duplicates.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Allow a few well known duplicates, like 'long long'
1717
1818
=end overview
1919

20-
my $safe-dupes = Set.new(<method long default that yada>); # Allow these dupes
20+
my $safe-dupes = Set.new(<method long default that yada,>); # Allow these dupes
2121

2222
my @files = Test-Files.documents \
2323
.grep({$_ ne "doc/HomePage.pod6"}) \ # mostly HTML

0 commit comments

Comments
 (0)