This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7964b3a
)
perldelta: perlop changes
author
Karl Williamson
<khw@cpan.org>
Mon, 22 May 2017 21:12:55 +0000
(15:12 -0600)
committer
Karl Williamson
<khw@cpan.org>
Mon, 22 May 2017 21:24:16 +0000
(15:24 -0600)
This adds a new item, and clarifies the existing one
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
bd0d89c
..
fb7244d
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-1323,7
+1323,13
@@
Mention C<Moo> more.
=item *
-Clarify behavior of single quote regexps.
+Note that white space must be used for quoting operators if the
+delimiter is a word character (I<i.e.>, matches C<\w>).
+
+=item *
+
+Clarify that in regular expression patterns delimited by single quotes,
+no variable interpolation is done.
=back