summaryrefslogtreecommitdiff
path: root/pod/perltoot.pod
diff options
context:
space:
mode:
authorRobert Spier <rspier@pobox.com>2000-11-11 07:22:15 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-11 18:36:46 +0000
commitaaa2bbb1892bb3fc5334c4dc71d8a416000854b4 (patch)
treefdced5d68b730561eec2005ae87587f4e3255469 /pod/perltoot.pod
parent0c0643d0c14bab007848538c44110f5bd58ca506 (diff)
downloadperl-aaa2bbb1892bb3fc5334c4dc71d8a416000854b4.tar.gz
fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
Message-ID: <14861.32839.491271.985797@rls.cx> p4raw-id: //depot/perl@7648
Diffstat (limited to 'pod/perltoot.pod')
-rw-r--r--pod/perltoot.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perltoot.pod b/pod/perltoot.pod
index e92367359d..594cb99daa 100644
--- a/pod/perltoot.pod
+++ b/pod/perltoot.pod
@@ -1727,7 +1727,7 @@ as a class or object method is by usage only. You could accidentally
call a class method (one expecting a string argument) on an
object (one expecting a reference), or vice versa.
-Z<>From the C++ perspective, all methods in Perl are virtual.
+From the C++ perspective, all methods in Perl are virtual.
This, by the way, is why they are never checked for function
prototypes in the argument list as regular builtin and user-defined
functions can be.