Skip to content

Commit b2a8ece

Browse files
committed
add ref to ticket
1 parent a580e45 commit b2a8ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xt/examples-compilation.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ sub test-example ($eg) {
5252
flunk "$eg<file> chunk starting with «" ~ starts-with($eg<contents>) ~ '» uses dd: try say instead';
5353
next;
5454
}
55+
# #3309 - don't like .perl in examples
5556
if ! $eg<ok-test>.contains('perl') && $eg<contents>.contains('.perl') {
5657
flunk "$eg<file> chunk starting with «" ~ starts-with($eg<contents>) ~ '» uses .perl: use .raku instead';
5758
next;

0 commit comments

Comments
 (0)