Allow deparsing (re)named subs
authorgfx <gfuji@cpan.org>
Mon, 31 Aug 2009 02:25:42 +0000 (11:25 +0900)
committerFlorian Ragwitz <rafl@debian.org>
Tue, 7 Sep 2010 22:55:19 +0000 (00:55 +0200)
commitfa213968c7910aab4fde2b0fac110d9eb7546fa5
tree5c298c3b6147ff2c7f33db658266657f639b9be9
parentde3e82182d28fc52a6832368a4019b61e799285a
Allow deparsing (re)named subs

Previously the pad was abused to refcount GVs. This played tricks on various
modules trying to peek into the pads of (re)named subs. Instead of messing with
the pad, we now use regular refcounted magic.

Closes RT#42725.
Changes
Name.xs