in reply to Re^4: Report on Blessing to 'tag' an object
in thread Report on Blessing to 'tag' an object

This particular module should be useful without other (non-core) dependancies, and should run on Perl 5.6. There is another place Scalar::Util would come in handy (to distinguish a floating-point literal from a string literal), but I'm trying to do without.

I thought about using isa rather than ref, but figured the latter is faster and I know exactly what the possibilities are. That is, I won't see a derived class coming back in.

  • Comment on Re: Re: Re^3: Report on Blessing to 'tag' an object

Replies are listed 'Best First'.
Re^6: Report on Blessing to 'tag' an object
by adrianh (Chancellor) on Jan 21, 2003 at 20:59 UTC

    If you are that concerned about module dependencies there is always the option of a copy 'n' paste of the pure perl version :-)