We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a580e45 commit b2a8eceCopy full SHA for b2a8ece
xt/examples-compilation.t
@@ -52,6 +52,7 @@ sub test-example ($eg) {
52
flunk "$eg<file> chunk starting with «" ~ starts-with($eg<contents>) ~ '» uses dd: try say instead';
53
next;
54
}
55
+ # #3309 - don't like .perl in examples
56
if ! $eg<ok-test>.contains('perl') && $eg<contents>.contains('.perl') {
57
flunk "$eg<file> chunk starting with «" ~ starts-with($eg<contents>) ~ '» uses .perl: use .raku instead';
58
0 commit comments