X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLexical%2FTypes.pm;h=14f269957ad364a3ee8537df2da517e213e57fda;hb=28f52395e07f990ec77ca6b87352811f2a9c5f79;hp=e2cc2003e704838e2b5a700f3d0411dfbdbbbf1a;hpb=789ae6739cab392bf3951e98f9be0805931c84e8;p=perl%2Fmodules%2FLexical-Types.git diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index e2cc200..14f2699 100644 --- a/lib/Lexical/Types.pm +++ b/lib/Lexical/Types.pm @@ -155,7 +155,7 @@ sub import { croak "Invalid $r reference for 'as'"; } } else { - $hint = _tag(0); + $hint = _tag(sub { @_ }); } $^H |= 0x020000;