summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-28 10:24:52 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-28 10:24:52 +0000
commit60ad88b8fe9480f2f097fca26f4f3a9f83a4f830 (patch)
treef603966fee22edfe9ad8fb9dc11fdd4d04b4868a /pod
parentab19240082dfba31ce2fd03e2c5d9e7779bcdc76 (diff)
downloadperl-60ad88b8fe9480f2f097fca26f4f3a9f83a4f830.tar.gz
s/Regexp/re/ and clarify policy on lowercased object namespaces
p4raw-id: //depot/perl@2334
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 8852b1829c..265aad439d 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -454,6 +454,12 @@ Always use the two-argument version if the function doing the blessing
might be inherited by a derived class. See L<perltoot> and L<perlobj>
for more about the blessing (and blessings) of objects.
+Creating objects in lowercased CLASSNAMEs should be avoided. Such
+namespaces should be considered reserved for Perl pragmata and objects
+that may be created to implement internal operations.
+
+See L<perlmod/"Perl Modules">.
+
=item caller EXPR
=item caller