From: Vincent Pit Date: Wed, 24 Aug 2011 15:48:45 +0000 (+0200) Subject: The last argument to hv_fetch is the lvalue flag, not the hash X-Git-Tag: v0.12~5 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=26192e1043cbd952cc7acaa033cc473ffd074085;hp=26192e1043cbd952cc7acaa033cc473ffd074085;p=perl%2Fmodules%2FLexical-Types.git The last argument to hv_fetch is the lvalue flag, not the hash This could have caused entry vivifications in %^H on 5.8. ---