]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commitdiff
Replace $] by "$]"
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 13:35:35 +0000 (15:35 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 13:41:22 +0000 (15:41 +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