Re: [perl #30852] [PATCH] Undef.set_pmc(), Ref allowing null values

2004-07-29 Thread Leopold Toetsch
Togos [EMAIL PROTECTED] wrote: This patch changes the Undef PMC type to morph itself to a Ref with the given value when set_pmc()d. In order to do this it was also necessary to allow Ref PMCs to point to NULL values, I've changed that to PMCNULL, which will catch access to such NULLs and not

[perl #30852] [PATCH] Undef.set_pmc(), Ref allowing null values

2004-07-28 Thread via RT
# New Ticket Created by TOGoS # Please include the string: [perl #30852] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30852 This patch changes the Undef PMC type to morph itself to a Ref with the given value