This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dc529e6
)
perlobj: remove now-inaccurate claim
author
Aristotle Pagaltzis
<pagaltzis@gmx.de>
Mon, 7 Nov 2016 07:36:25 +0000
(08:36 +0100)
committer
Aristotle Pagaltzis
<pagaltzis@gmx.de>
Mon, 7 Nov 2016 07:36:25 +0000
(08:36 +0100)
pod/perlobj.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlobj.pod
b/pod/perlobj.pod
index
483220a
..
fe6f8ad
100644
(file)
--- a/
pod/perlobj.pod
+++ b/
pod/perlobj.pod
@@
-182,9
+182,7
@@
examined when Perl does method resolution, which we will cover later.
It is possible to manually set C<@ISA>, and you may see this in older
Perl code. Much older code also uses the L<base> pragma. For new code,
we recommend that you use the L<parent> pragma to declare your parents.
It is possible to manually set C<@ISA>, and you may see this in older
Perl code. Much older code also uses the L<base> pragma. For new code,
we recommend that you use the L<parent> pragma to declare your parents.
-This pragma will take care of setting C<@ISA>. It will also load the
-parent classes and make sure that the package doesn't inherit from
-itself.
+This pragma will take care of setting C<@ISA>.
However the parent classes are set, the package's C<@ISA> variable will
contain a list of those parents. This is simply a list of scalars, each
However the parent classes are set, the package's C<@ISA> variable will
contain a list of those parents. This is simply a list of scalars, each