You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments