Somehow I have this idea of keeping my own personal module, so that I never have to duplicate code again. Eventually I migrate code out to production modules.
use Mako132 qw/:database/;
So I hereby suggest: name your private modules with a leading "_". "use _SMB::Foo", etc.
Re:private modules
mako132 on 2002-03-19T04:00:23
Makes sense. Especially for the poor fool named Nathan E. Turner:-)