]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Tie the array after localizing it in t/{34,44}-*-magic.t
authorVincent Pit <vince@profvince.com>
Tue, 18 May 2010 19:48:12 +0000 (21:48 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 18 May 2010 19:50:31 +0000 (21:50 +0200)
commita8e609b45a64bb946197d3f4b444a07e86c52209
tree380bbdaa11ad5b3acac9d0f2bbb8445815267368
parent8d81fa027a6a701f6b8a4e96dc04a36a09295210
Tie the array after localizing it in t/{34,44}-*-magic.t

This fixes failures under perl 5.13 since Dave made "local @tied" untie
the array.
t/34-localize_elem-magic.t
t/44-localize_delete-magic.t