]> git.vpit.fr Git - perl/modules/indirect.git/commit
Replace $] by "$]" in tests
authorVincent Pit <vince@profvince.com>
Sun, 17 Jul 2011 22:48:02 +0000 (00:48 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 17 Jul 2011 22:48:08 +0000 (00:48 +0200)
commitb11e5a01561dde92d778ab423666bc76ac358c6a
tree94dd7c18f6b9c36d766f36be63e81c2b2459b34c
parent94eaa9a61ca1429f0cf218ba0e6512f0c0c073aa
Replace $] by "$]" in tests

An old bug could cause $] to be initialized to a wrong decimal value.
Since its stringified value was always right, we use it instead.
t/20-good.t
t/21-bad.t
t/30-scope.t
t/31-hints.t
t/40-threads.t
t/41-threads-teardown.t
t/50-external.t