]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commit
Replace $] by "$]"
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 13:35:35 +0000 (15:35 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 13:41:22 +0000 (15:41 +0200)
commitd3e5f75f3c4d82429e8ef9dccf275e4e8e6d4260
tree93b6c1732cb59814789b0a1b3128bc6d97921c9d
parent5fd6c1574b8f8435c3555d9581ecd82d87ac4b76
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 $].
lib/Test/Leaner.pm
t/03-fallback.t
t/80-threads.t
t/lib/Test/Leaner/TestHelper.pm
t/lib/Test/Leaner/TestImport.pm