]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
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)
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.


No differences found