]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
Make sure a_defined() calls get magic before testing for definedness rt56870
authorVincent Pit <vince@profvince.com>
Fri, 23 Apr 2010 23:23:20 +0000 (01:23 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 23 Apr 2010 23:23:20 +0000 (01:23 +0200)
Before this lvalues never appeared as defined, which caused bugs with multiple
nested tied arrays and hashes.

This fixes RT #56870.


No differences found