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 (from parent 1:
cdea750
)
perldelta: avoid unneeded history of bugfix
author
Ricardo Signes
<rjbs@cpan.org>
Mon, 23 Apr 2012 22:36:09 +0000
(18:36 -0400)
committer
Ricardo Signes
<rjbs@cpan.org>
Mon, 23 Apr 2012 22:36:09 +0000
(18:36 -0400)
Porting/perl5160delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/perl5160delta.pod
b/Porting/perl5160delta.pod
index
951f5dd
..
ca3893c
100644
(file)
--- a/
Porting/perl5160delta.pod
+++ b/
Porting/perl5160delta.pod
@@
-3229,12
+3229,6
@@
Now there is an extra pass during global destruction to fire destructors on
any objects that might be left after the usual passes that check for
objects referenced by scalars [perl #36347].
any objects that might be left after the usual passes that check for
objects referenced by scalars [perl #36347].
-This bug fix was added in Perl 5.13.9, but caused problems with some CPAN
-modules that were relying on the bug. Since it was so close to Perl
-5.14.0, the fix was reverted in 5.13.10, to allow more time for the modules
-to adapt. Hopefully they will be fixed soon (see L</Known Problems>,
-below).
-
=item *
Fixed a case where it was possible that a freed buffer may have been read
=item *
Fixed a case where it was possible that a freed buffer may have been read