From: Matt S Trout Date: Wed, 16 Jun 2010 23:42:54 +0000 (+0100) Subject: add second commit id for overload/tie fixage X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=166aa1ed451114275dd50dfed38930ec274e4f87;p=p5sagit%2Fp5-mst-13.2.git add second commit id for overload/tie fixage --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index b4fc59a..6e23d62 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -177,7 +177,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). +(RT #57012) (6f1401, ed3b9b). =back