From: Vincent Pit Date: Mon, 23 Aug 2010 09:19:23 +0000 (+0200) Subject: Always get the hint directly from %^H X-Git-Tag: v0.23~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=6429fd7545e28fe43dd128c3ce6bb2ccf031e514;hp=6429fd7545e28fe43dd128c3ce6bb2ccf031e514 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. ---