perldelta for 901ee108fe
authorFather Chrysostomos <sprout@cpan.org>
Fri, 17 Jan 2014 15:51:23 +0000 (07:51 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 17 Jan 2014 22:53:21 +0000 (14:53 -0800)
pod/perldelta.pod

index 619081d..987a6f3 100644 (file)
@@ -479,6 +479,11 @@ In v5.19.6, C<do CORE()> was inadvertently changed from being interpreted
 as do-file (i.e., C<do +CORE()>) to do-sub (i.e., C<&CORE()>).  It has now
 been changed back.
 
+=item *
+
+v5.19.7 inadvertently caused freed scalars to be passed to subroutines in
+@INC it contained multiple subs.  This has been fixed. [perl #120657]
+
 =back
 
 =head1 Known Problems