projects
/
perl
/
modules
/
indirect.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d34f50c
)
Also forcefully reset the localize hint flag for use indirect
author
Vincent Pit <vince@profvince.com>
Sun, 23 Oct 2011 00:06:40 +0000 (
02:06
+0200)
committer
Vincent Pit <vince@profvince.com>
Sun, 23 Oct 2011 00:06:40 +0000 (
02:06
+0200)
lib/indirect.pm
patch
|
blob
|
history
diff --git
a/lib/indirect.pm
b/lib/indirect.pm
index
c285468
..
b0077c4
100644
(file)
--- a/
lib/indirect.pm
+++ b/
lib/indirect.pm
@@
-157,6
+157,7
@@
As explained in L</unimport>'s description, an C<use indirect> statement will le
=cut
sub import {
+ $^H |= 0x00020000;
$^H{+(__PACKAGE__)} = _tag(undef);
();
}