From: Matt S Trout <mst@shadowcat.co.uk>
Date: Thu, 17 Jun 2010 02:33:30 +0000 (+0100)
Subject: doc e42956
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b9272e1a27e24180316da1215eea7f3ddf2cdff8;p=p5sagit%2Fp5-mst-13.2.git

doc e42956
---

diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod
index 3753980..148ff4b 100644
--- a/pod/perl5132delta.pod
+++ b/pod/perl5132delta.pod
@@ -173,6 +173,9 @@ XXX
 
 =head1 Selected Bug Fixes
 
+Timely cleanup of SVs that are cloned into a new thread but then discovered
+to be orphaned (i.e. their owners are -not- cloned) (e42956)
+
 Avoid loading feature.pm when 'no 5.13.2;' or similar is encountered (faee19).
 
 Trap invalid use of SvIVX on SVt_REGEXP when assertions are on (e77da3)