From: Vincent Pit Date: Tue, 6 Sep 2016 21:33:16 +0000 (-0300) Subject: Skip len magic test on negative indices on recent perls X-Git-Tag: rt117081^0 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;ds=inline;h=6dda2004e92c396ae6989e032a5ecab766ae0cd4;hp=6dda2004e92c396ae6989e032a5ecab766ae0cd4;p=perl%2Fmodules%2FVariable-Magic.git Skip len magic test on negative indices on recent perls Starting from perl 5.25.4, this does not cause len magic to be triggered anymore. It has been temporarily reverted from the core, but is likely to come back, so this should appease the smokes. This fixes [RT #128989]. ---