]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
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)
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].


No differences found