In perl.git, the branch doy/overload_fallback_fix_113834 has been created

<http://perl5.git.perl.org/perl.git/commitdiff/40b302eb962235ca900b532938559f5f0246f346?hp=0000000000000000000000000000000000000000>

        at  40b302eb962235ca900b532938559f5f0246f346 (commit)

- Log -----------------------------------------------------------------
commit 40b302eb962235ca900b532938559f5f0246f346
Author: Jesse Luehrs <[email protected]>
Date:   Fri Jun 29 12:17:05 2012 -0500

    don't call assign operator overloads on the rhs [perl #113834]
    
    This fixes f041cf0, which made assignment operators not fall back to
    their base operator when trying to swap the order of the arguments. In
    the process of fixing that, it also made it try the overloaded version
    of the assignment operator itself as well, which is wrong, as that
    should only happen on the left side.
    
    This still has problems - see <[email protected]> on the
    mailing list.
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to