From: Vincent Pit Date: Sat, 4 Jul 2009 13:00:03 +0000 (+0200) Subject: Store the default method name in the thread local storage area X-Git-Tag: v0.08~1 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=560cde18a2e72b9d674617c7570cd3cafc498779;hp=560cde18a2e72b9d674617c7570cd3cafc498779;p=perl%2Fmodules%2FLexical-Types.git Store the default method name in the thread local storage area Because we actually write to it in threads (its refcount is incremented). ---