in reply to Re: Removing CODE slot in typeglob / Reversing "use subs ...;"
in thread Removing CODE slot in typeglob / Reversing "use subs ...;"
The only way I see is saving the typeglob, destroying it and re-creating it with all but the CODE slot
Yup, that is correct. That is how we do it in Class::MOP::Package, and when I was writing that bit at the YAPC::NA 2005 hackathon I queried the collective wisdom of the gurus in attendence (larry, audrey and chromatic to name a few) and they all agreed that was the only way. And AFAIK there is no cleaner way to do it in XS either.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Removing CODE slot in typeglob / Reversing "use subs ...;"
by shmem (Chancellor) on Jan 03, 2008 at 23:30 UTC | |
by stvn (Monsignor) on Jan 04, 2008 at 17:10 UTC | |
by Anonymous Monk on Jan 04, 2008 at 10:51 UTC |