]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Replace $] by "$]"
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 16:09:48 +0000 (18:09 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 16:09:48 +0000 (18:09 +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