]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
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)
commite26cff534d772ff66c0cdf5761787f43c6b7c5ec
treea088cbf1b12f19158b658c29553cf39946719b24
parent2e88c3aab11a9282e757ef97d7ff3a2da749c4d9
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/13-reap-ctl.t
t/20-localize-target.t
t/23-localize-ctl.t
t/44-localize_delete-magic.t
t/59-unwind-threads.t
t/lib/Scope/Upper/TestGenerator.pm