You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perldelta.pod: describe the bug where "0+" methods were sometimes called in reverse order
The previous commit "pp.c, pp_hot.c: Reorder SvXV_nomg() to fetch operands
in left-to-right order" will not only change the order of "Use of
uninialized value" warnings, but actually also change the order of
the call of "0+" overloading methods for each operands.
0 commit comments