]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
Replace $] by "$]"
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 14:35:32 +0000 (16:35 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 14:35:32 +0000 (16:35 +0200)
An old bug could cause $] to be initialized to a wrong decimal value.
Since its stringified value was always right, we use it instead.

Occurences of $^V were also replaced by $].


No differences found