perldelta for the prev. commit
authorFather Chrysostomos <sprout@cpan.org>
Fri, 20 Sep 2013 06:28:18 +0000 (23:28 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 20 Sep 2013 06:30:36 +0000 (23:30 -0700)
pod/perldelta.pod

index 39f11d5..faef8a1 100644 (file)
@@ -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