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:
f47828a
)
perldelta: typo
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 11 Jun 2013 05:22:05 +0000
(22:22 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 11 Jun 2013 05:22:05 +0000
(22:22 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
4d05077
..
82bd8f4
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-584,7
+584,7
@@
expression construct have been fixed.
=item *
C<(?[...])> now allows interpolation of precompiled patterns consisting of
-C<(?[...])> with bracket character classes inside (C<$pat =
+C<(?[...])> with bracket
ed
character classes inside (C<$pat =
S<qr/(?[ [a] ])/;> S</(?[ $pat ])/>>). Formerly, the brackets would
confuse the regular expression parser.