]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Use the hint pointer as the unique identifier for the %^H entry
authorVincent Pit <vince@profvince.com>
Thu, 27 Aug 2009 22:14:08 +0000 (00:14 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 27 Aug 2009 22:32:52 +0000 (00:32 +0200)
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.


No differences found