summaryrefslogtreecommitdiff
path: root/ext/mro
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-09-25 20:49:24 +0200
committerSawyer X <xsawyerx@cpan.org>2020-09-26 00:09:22 +0300
commitc4c1c40e14f4bf77428cc66d2c45196ba8ed6343 (patch)
tree6c65bfcefb82d4447bd759eb20441b2e6a4758a0 /ext/mro
parent5d6cc1466e254bcfa41c95c42fad1818091cae64 (diff)
downloadperl-c4c1c40e14f4bf77428cc66d2c45196ba8ed6343.tar.gz
Remove Parrot reference
Diffstat (limited to 'ext/mro')
-rw-r--r--ext/mro/mro.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm
index ec2e480086..ac2d55dd2f 100644
--- a/ext/mro/mro.pm
+++ b/ext/mro/mro.pm
@@ -89,8 +89,7 @@ resolution order under multiple inheritance. It was first introduced in
the language Dylan (see links in the L</"SEE ALSO"> section), and then
later adopted as the preferred MRO (Method Resolution Order) for the
new-style classes in Python 2.3. Most recently it has been adopted as the
-"canonical" MRO for Raku classes, and the default MRO for Parrot objects
-as well.
+"canonical" MRO for Raku classes.
=head2 How does C3 work