Changing those will cause a version change.
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
+"canonical" MRO for Perl 6 classes, and the default MRO for Parrot objects
as well.
=head2 How does C3 work
=head2 The 'say' feature
-C<use feature 'say'> tells the compiler to enable the Raku style
+C<use feature 'say'> tells the compiler to enable the Perl 6 style
C<say> function.
See L<perlfunc/say> for details.
no warnings "experimental::smartmatch";
-C<use feature 'switch'> tells the compiler to enable the Raku
+C<use feature 'switch'> tells the compiler to enable the Perl 6
given/when construct.
See L<perlsyn/"Switch Statements"> for details.
=head2 The 'say' feature
-C<use feature 'say'> tells the compiler to enable the Raku style
+C<use feature 'say'> tells the compiler to enable the Perl 6 style
C<say> function.
See L<perlfunc/say> for details.
no warnings "experimental::smartmatch";
-C<use feature 'switch'> tells the compiler to enable the Raku
+C<use feature 'switch'> tells the compiler to enable the Perl 6
given/when construct.
See L<perlsyn/"Switch Statements"> for details.