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:
0c2596e
)
perldelta for #118213/5b0e71e
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 12 Aug 2013 23:15:47 +0000
(16:15 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 13 Aug 2013 01:04:07 +0000
(18:04 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
dcd8c2c
..
3e4d286
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-507,6
+507,11
@@
C<__PACKAGE__> and constants returning a package name or hash key are now
consistently read-only. In various previous Perl releases, they have
become mutable under certain circumstances.
+=item *
+
+C</$qr/p> was broken in Perl 5.18.0; the C</p> flag was ignored. This has
+been fixed [perl #118213].
+
=back
=head1 Known Problems