This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
tmp fix for Bleadperl breaks Variable-Magic
authorDavid Mitchell <davem@iabyn.com>
Wed, 24 Aug 2016 12:57:56 +0000 (13:57 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 24 Aug 2016 12:57:56 +0000 (13:57 +0100)
commit8d168aaa014262c7f93944b76b84de99af3c5513
tree4b3267cf864eb22fbeef67cd928f26e87449882e
parent91abb413c86e04a93ab807cac8a8d3ff68cbb345
tmp fix for Bleadperl breaks Variable-Magic

RT #128989

Prior to my commit v5.25.3-266-g1d7e644, in the absence of the SVs_RMG
flag, av_fetch() used AvFILL() for -ve keys and AvFILLp() for positive
keys. That commit changed it so they both use AvFILLp. This has broken
Variable::Magic 0.59.

As an interim measure, restore the old behaviour.
av.c