Seems I've written this code before...

mako132 on 2002-03-16T16:14:18

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/;


private modules

TorgoX on 2002-03-17T00:49:20

I have lots of private modules starting with "SMB", my initials. Later, people started putting SMB modules in CPAN, but there "SMB" standing for "Samba". This always confuses me when I look at CPAN and see an "SMB" directory; I think I've goofed up and somehow released my private modules.

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 :-)