in reply to Re^2: Module Naming Dilemma
in thread Module Naming Dilemma

How about namespace::not? namespace::lite? oo::a? Now that you've divulged how it works, maybe you can contact the author of namespace and add an option for it to work like your implementation? or just go with namespace::lite?

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re^4: Module Naming Dilemma
by Ovid (Cardinal) on Jan 04, 2005 at 22:57 UTC

    Unlike namespace, I'm not trying to mimic C++ behavior. However, I can understand the similarity. However, just extending that namespace makes my module name long(er) again. Much of the point of this module is to simplify things. When I have to type more characters in my module name than the module who's name I'm trying to shorted, it kinda misses the point.

    Cheers,
    Ovid

    New address of my CGI Course.