From: David Mitchell Date: Sun, 23 May 2010 14:04:37 +0000 (+0100) Subject: add perldelta entry for overload fixes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ebe8e111d12294e0144e3f276418ccacc4ff3fe2;p=p5sagit%2Fp5-mst-13.2.git add perldelta entry for overload fixes --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index 0ae2ecc..69d1b60 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -133,7 +133,11 @@ L. =item * -XXX +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). =back @@ -157,7 +161,8 @@ XXX Changes which affect the interface available to C code go here. =item * -XXX +The following new functions or macros have been added to the public API: +C, C. =back