From 176f22e85666bc8fa9be7195089aedc7f2de5758 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 19 Sep 2013 23:28:18 -0700 Subject: [PATCH] perldelta for the prev. commit --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 39f11d5..faef8a1 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1159,6 +1159,12 @@ This has been fixed. [perl #119501] A possible segmentation fault in filehandle duplication has been fixed. +=item * + +A subroutine in @INC can return a reference to a scalar containing the +initial contents of the file. However, that scalar was freed prematurely +if not referenced elsewhere, giving random results. + =back =head1 Acknowledgements -- 2.7.4