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

index 1de3f80..c3fe8ed 100644 (file)
@@ -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