]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
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)
An old bug could cause $] to be initialized to a wrong decimal value.
Since its stringified value was always right, we use it instead.


No differences found