From: Vincent Pit Date: Thu, 27 Aug 2009 22:14:08 +0000 (+0200) Subject: Use the hint pointer as the unique identifier for the %^H entry X-Git-Tag: v0.19~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=c07766a234204d78a80b6d75534e03ae3465b6f3;hp=c07766a234204d78a80b6d75534e03ae3465b6f3 Use the hint pointer as the unique identifier for the %^H entry The previous solution (using the callback CV) could cause pragma leaks if you specified the same "hook" (i.e. a reference to the same sub) in two different require scopes. ---