]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commit
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)
commit61f64dfa5fa4f435e6cd854d22e4325ef1eb0068
tree87b46ca60cd6db25144ee68e592fec0ce215d096
parent26192e1043cbd952cc7acaa033cc473ffd074085
Replace $] by "$]"

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 $].
Makefile.PL
t/11-args.t
t/13-padsv.t
t/14-ro.t
t/16-scope.t
t/30-threads.t
t/31-threads-teardown.t
t/lib/Lexical/Types/TestRequired2.pm