]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Replace $] by "$]"
authorVincent Pit <vince@profvince.com>
Sun, 7 Aug 2011 16:17:22 +0000 (18:17 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 7 Aug 2011 16:17:22 +0000 (18:17 +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