On Mon Dec 27 11:35:56 2010, peter@martinidata.com wrote: > Perl_av_exists tested to see if regdata magic was present, > but did not have any logic to fetch that data in the positive > key case. Additionally, in the negative key case, if AvFILL > indicated the key existed, it wouldn't return, and would then > fall through to the logic that treated it like a real array. > --- > AUTHORS | 1 + > av.c | 13 ++++++++++++- > t/re/pat.t | 15 ++++++++++++++- > 3 files changed, 27 insertions(+), 2 deletions(-) Thank you. Applied as 54a4274e3.