On Mon, Feb 10, 2003 at 06:59:00AM -0800, [EMAIL PROTECTED] wrote:
>
> > It almost makes me wish there was a
> > namespace on CPAN dedicated to this kind of grouping, like "BIZ::" or
> > "CORP::" or "PRIV::" or something "official" like that.
Is this what you want? `perldoc perlmodlib`
If developing modules for private internal or project
specific use, that will never be released to the pub-
lic, then you should ensure that their names will not
clash with any future public module. You can do this
either by using the reserved Local::* category or by
using a category name that includes an underscore like
Foo_Corp::*.
-John
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm