From: Vincent Pit Date: Mon, 9 Nov 2015 12:45:35 +0000 (-0200) Subject: Remove a misleading comment X-Git-Tag: v0.15~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=a577e08689d69d6d5d0d7ba39d5e21770077b82a Remove a misleading comment Storing coderefs in the hints hash is safe because we do it correctly, not because it's only for compile time. --- diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index a30c9cc..74c1150 100644 --- a/lib/Lexical/Types.pm +++ b/lib/Lexical/Types.pm @@ -164,8 +164,6 @@ sub import { } $^H |= 0x020000; - # Yes, we store a coderef inside the hints hash, but that's just for compile - # time. $^H{+(__PACKAGE__)} = $hint; }