projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b8921b3
)
Correct the call to get_hv() to use GV_ADD for the flags, rather than TRUE.
Nicholas Clark [Wed, 21 Jan 2009 13:55:48 +0000 (13:55 +0000)]
lib/ExtUtils/Constant/ProxySubs.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/Constant/ProxySubs.pm
b/lib/ExtUtils/Constant/ProxySubs.pm
index
1de3f80
..
c3fe8ed
100644
(file)
--- a/
lib/ExtUtils/Constant/ProxySubs.pm
+++ b/
lib/ExtUtils/Constant/ProxySubs.pm
@@
-318,7
+318,7
@@
BOOT:
#ifdef dTHX
dTHX;
#endif
- HV *symbol_table = get_hv("$symbol_table", TRUE);
+ HV *symbol_table = get_hv("$symbol_table", GV_ADD);
#ifndef SYMBIAN
HV *${c_subname}_missing;
#endif