]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Replace $] by "$]"
authorVincent Pit <vince@profvince.com>
Mon, 18 Jul 2011 14:16:57 +0000 (16:16 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 18 Jul 2011 14:16:57 +0000 (16:16 +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