From bc7c7c8ac10990a8ad07900b8259ff9efe7b0fa2 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Mon, 23 Apr 2012 18:36:09 -0400 Subject: [PATCH] perldelta: avoid unneeded history of bugfix --- Porting/perl5160delta.pod | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Porting/perl5160delta.pod b/Porting/perl5160delta.pod index 951f5dd..ca3893c 100644 --- 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]. -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, -below). - =item * Fixed a case where it was possible that a freed buffer may have been read -- 1.8.3.1