From: Matt S Trout Date: Thu, 17 Jun 2010 03:09:46 +0000 (+0100) Subject: add some extra commit ids to the overload/tie fixes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f4541293245a006a481e1b7c5183fe87d0b94214;p=p5sagit%2Fp5-mst-13.2.git add some extra commit ids to the overload/tie fixes --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index f03f5ab..75484e6 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -211,7 +211,7 @@ Overloading now works properly in conjunction with tied variables. What formerly happened was that most ops checked their arguments for overloading I checking for magic, so for example an overloaded object returned by a tied array access would usually be treated as not overloaded -(RT #57012) (6f1401, ed3b9b). +(RT #57012) (6f1401, ed3b9b, 6a5f8c .. 24328f). =back