]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
Skip len magic test on negative indices on recent perls rt117081
authorVincent Pit <perl@profvince.com>
Tue, 6 Sep 2016 21:33:16 +0000 (18:33 -0300)
committerVincent Pit <perl@profvince.com>
Tue, 6 Sep 2016 21:38:40 +0000 (18:38 -0300)
commit6dda2004e92c396ae6989e032a5ecab766ae0cd4
treea2a51af9a4bd554ff5112fb12d215c1c45910fb9
parent5cb75b4b7f90a765f5ccdd72814ebb5c89356388
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].
t/22-len.t