NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I feel your pain! (Score:1)
I had similiar ugly destruction issues when I tried to add runtime roles to Moose. In my case the actual anon-class packages were getting cleaned up (which happened when the anon-class metaclass instance went out of scope and it's DESTORY was called). It was ugly I tell you, ugly.
- StevanRe: (Score:2)
DESTORY?
You know, that's a typo which might inadvertently be more descriptive than the original :)
Re: (Score:1)
Whoops, I do that one all time too. My fingers do it, and my brain reads it as DESTROY and then I go bug hunting for hours until I finally realize and then smack myself for it. *sigh* maybe I should just switch to Java, finalize is much harder to mispell :P
- Stevan