http://www.perlmonks.org?node_id=972123

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Is there a module namespace that I can use so that it's guaranteed not to conflict with CPAN modules? I have a bunch of internal modules under the Math:: namespace with generic names like "Math::GaussianProcess" that's sooner-or-later bound to interfere with a CPAN author wanting to implement the same thing. I remember reading somewhere long ago that the "Local::*" was meant for this purpose, but a search of CPAN shows that there are modules in this namespace...