Commit 9c86213
committed
Add "\" to characters that produce warnings in qw().
Perl 5.43.2 added diagnostic `Possible attempt to escape whitespace in
qw() list`, which triggers on the detection of a reverse solidus. This
commit rewrites the last paragraph in the section on `qw()` to add the
reverse solidus to the list of characters that produce a warning.1 parent 815d0d1 commit 9c86213
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2089 | 2089 | | |
2090 | 2090 | | |
2091 | 2091 | | |
2092 | | - | |
2093 | | - | |
2094 | | - | |
2095 | | - | |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
| 2095 | + | |
| 2096 | + | |
2096 | 2097 | | |
2097 | 2098 | | |
2098 | 2099 | | |
| |||
0 commit comments