summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2013-06-23 03:59:11 +0200
committerJames E Keenan <jkeenan@cpan.org>2013-06-23 03:59:11 +0200
commit6ca3c6c679258bbb20a4445b34608d144ac7090d (patch)
tree59b81b1111a9368083f72761fdf7db26c99f7623 /pod/perlop.pod
parent7faf190f41917e1bc4b8893038d5364d8e5306da (diff)
downloadperl-6ca3c6c679258bbb20a4445b34608d144ac7090d.tar.gz
Documentation corrections from Wallace Reis++.
For RT #118593, 118595, 118597, 118599.
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r--pod/perlop.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 7db132c024..828b3a6c68 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -1705,8 +1705,8 @@ you can use any pair of non-whitespace (ASCII) characters
as delimiters. This is particularly useful for matching path names
that contain "/", to avoid LTS (leaning toothpick syndrome). If "?" is
the delimiter, then a match-only-once rule applies,
-described in C<m?PATTERN?> below.
-If "'" is the delimiter, no interpolation is performed on the PATTERN.
+described in C<m?PATTERN?> below. If "'" (single quote) is the delimiter,
+no interpolation is performed on the PATTERN.
When using a character valid in an identifier, whitespace is required
after the C<m>.