]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
Replace $] by "$]"
authorVincent Pit <vince@profvince.com>
Sun, 7 Aug 2011 16:17:22 +0000 (18:17 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 7 Aug 2011 16:17:22 +0000 (18:17 +0200)
commitb30ad18085c2c1d922eff05ee4801c38ad465807
tree4bbc1ecfe60561699fa529c040478f156f2e5c8d
parentd2dd736f74a7ffa505c480e90bca3a82cfe05e83
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/17-ctl.t
t/18-opinfo.t
t/30-scalar.t
t/34-glob.t
t/35-stash.t
t/40-threads.t
t/41-clone.t