From: Vincent Pit Date: Sun, 23 Oct 2011 00:06:40 +0000 (+0200) Subject: Also forcefully reset the localize hint flag for use indirect X-Git-Tag: v0.26~10 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=26219bdddde6aaecd8d1caa1770bf3de5c0f66b7 Also forcefully reset the localize hint flag for use indirect --- diff --git a/lib/indirect.pm b/lib/indirect.pm index c285468..b0077c4 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -157,6 +157,7 @@ As explained in L's description, an C statement will le =cut sub import { + $^H |= 0x00020000; $^H{+(__PACKAGE__)} = _tag(undef); (); }