in reply to Re: Re: Re: XS and preserving magic
in thread XS and preserving magic

The thing that would concern me is that if the module is generally useful, that an implementation "collision" would occur. I can't imagine how hard it would be to track that bug down. Before this little project I would never ever consider that possibility. If you remember the reason, please do tell. Hopefully I can avoid it though.

-Lee

"To be civilized is to deny one's nature."
  • Comment on Re: Re: Re: Re: XS and preserving magic

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: XS and preserving magic
by pdcawley (Hermit) on Jan 19, 2003 at 19:19 UTC
    One of these days I'm going to use the Pixie::Info technique to implement Data::OutOfBand (or some such name) which would hang a hash off something by magic and allow different classes to hang arbitrary info off an object (key the hash on the *storing* class). However, it's waiting on getting a few appropriately shaped tuits...