]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
Handle non-numeric hints rt55154
authorVincent Pit <vince@profvince.com>
Thu, 4 Mar 2010 00:22:35 +0000 (01:22 +0100)
committerVincent Pit <vince@profvince.com>
Thu, 4 Mar 2010 00:22:35 +0000 (01:22 +0100)
We only create our hints as UVs, but we may still be getting non-numeric SVs
if e.g. the autovivification introduction was generated from B::Deparse.

This fixes RT #55154.


No differences found