]> git.vpit.fr Git - perl/modules/indirect.git/commit
Always get the hint directly from %^H
authorVincent Pit <vince@profvince.com>
Mon, 23 Aug 2010 09:19:23 +0000 (11:19 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 23 Aug 2010 09:19:27 +0000 (11:19 +0200)
commit6429fd7545e28fe43dd128c3ce6bb2ccf031e514
tree91a0d7fb25de7c61f9d8b38107e5d360e165776e
parent2b4cc6c04da4c960652e76a3b14e32554550f3e1
Always get the hint directly from %^H

Since we explicitely ensure that we only fetch the hint at compile time, we
should always be able to get it from %^H. However, the require propagation
bug was fixed for %^H only in 5.12, while it was fixed in 5.10.1 for the
internal hint chain. So we also have to enable the require propagation
workaround on 5.10.1.
indirect.xs