From: Nicholas Clark Date: Wed, 21 Jan 2009 13:55:48 +0000 (+0000) Subject: Correct the call to get_hv() to use GV_ADD for the flags, rather than TRUE. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8253c7d6f3a6d423dafff6207f708e56413f162d;p=p5sagit%2Fp5-mst-13.2.git Correct the call to get_hv() to use GV_ADD for the flags, rather than TRUE. --- diff --git a/lib/ExtUtils/Constant/ProxySubs.pm b/lib/ExtUtils/Constant/ProxySubs.pm index 1de3f80..c3fe8ed 100644 --- 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