Fix for 20000815.006
authorStephen P. Potter <spp@ds.net>
Fri, 17 Nov 2000 08:57:45 +0000 (03:57 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 17 Nov 2000 14:15:49 +0000 (14:15 +0000)
Message-Id: <200011171357.IAA05122@spotter.yi.org>

It's really 20000518.006.

p4raw-id: //depot/perl@7726

pod/perlmodlib.PL

index e1ba87b..c47affc 100644 (file)
@@ -580,6 +580,12 @@ If adding a new module to a set, follow the original author's
 standards for naming modules and the interface to methods in
 those modules.
 
+If developing modules for private internal or project specific use,
+that will never be released to the public, 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::*.
+
 To be portable each component of a module name should be limited to
 11 characters. If it might be used on MS-DOS then try to ensure each is
 unique in the first 8 characters. Nested modules make this easier.