projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1493142
)
Correct reference to get_linear_isa in get_isarev’ description
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 30 Oct 2010 12:48:41 +0000
(
05:48
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 30 Oct 2010 13:52:39 +0000
(06:52 -0700)
ext/mro/mro.pm
patch
|
blob
|
history
diff --git
a/ext/mro/mro.pm
b/ext/mro/mro.pm
index 7c286589b32d0ec62aa2e14163925bfe598a4d28..249f848f2efa86c83aa21e1fb6c5f61e1719b2a7 100644
(file)
--- a/
ext/mro/mro.pm
+++ b/
ext/mro/mro.pm
@@
-160,7
+160,7
@@
you're looking at this list for the same reasons the
core code does: as a performance optimization
over having to search every class in existence.
-As with C<mro::get_
mro
> above, C<UNIVERSAL> is special.
+As with C<mro::get_
linear_isa
> above, C<UNIVERSAL> is special.
C<UNIVERSAL> (and parents') isarev lists do not include
every class in existence, even though all classes are
effectively descendants for method inheritance purposes.