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:
8be8cde
)
perldelta for c72a4eedf (sv_force_normal at compile time)
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 21:28:01 +0000
(14:28 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 23:44:32 +0000
(16:44 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
14c4fe0
..
14a8480
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-444,6
+444,13
@@
defined. (RT #38193)
C<BmRARE> and C<BmPREVIOUS> have been removed. They were not used anywhere
and are not part of the API. For XS modules, they are now #defined as 0.
+=item *
+
+C<sv_force_normal>, which usually croaks on read-only values, used to allow
+read-only values to be modified at compile time. This has been changed to
+croak on read-only values regardless. This change uncovered several core
+bugs.
+
=back
=head1 Selected Bug Fixes