]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
Fix the testsuite for 5.8.3 and lower
authorVincent Pit <vince@profvince.com>
Thu, 12 Feb 2009 00:17:54 +0000 (01:17 +0100)
committerVincent Pit <vince@profvince.com>
Thu, 12 Feb 2009 00:17:54 +0000 (01:17 +0100)
commitdac7b385e4b34971fd89539cc13c2ecfc0af37c0
tree04b8159d2a73259f1003cb312cb1c84e2b4b9236
parentd95ead7a2c4369d918a1fa20286cdeb4150a59ee
Fix the testsuite for 5.8.3 and lower

c78c1790ebe43372ca405385d4cc053121b53ba0 caused testsuite breakage for those old perls. It looks like this is due to a problem with the WEAKOUTSIDE status of the check blocks, and not from the magical callbacks themselves. Thus it's safe to work around the issue by moving some assignations inside the block.
t/20-get.t
t/30-scalar.t
t/31-array.t