]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
Reset the SV each time for the 'reset RMG flag' workaround
authorVincent Pit <vince@profvince.com>
Sun, 12 Aug 2012 17:11:01 +0000 (19:11 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 12 Aug 2012 17:11:01 +0000 (19:11 +0200)
commit982fc8481dd6fa6e256a6b829f13a26a9e703271
tree01579816c74537cd03b2f6cc2353e0fc9073de02
parent4622b2e2dd6a1ee85bbc63dfb5c736be78d87beb
Reset the SV each time for the 'reset RMG flag' workaround

This bug caused the workaround to only update the flag of the first hash
that it was called for, regardless of subsequent calls with different
hashes.
Magic.xs
t/32-hash.t