From: Matt S Trout Date: Wed, 16 Jun 2010 23:39:56 +0000 (+0100) Subject: add commit id for dapm's overload respecting get magic fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=716b4790df6f17d149d5436bbd66ba94395be359;p=p5sagit%2Fp5-mst-13.2.git add commit id for dapm's overload respecting get magic fix --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index 6f7a4ae..b4fc59a 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). +(RT #57012) (6f1401). =back