summaryrefslogtreecommitdiff
path: root/pod/perlootut.pod
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2020-05-28 14:38:52 +0200
committerSawyer X <xsawyerx@cpan.org>2020-05-30 17:37:16 +0300
commit17b35041bdff13ad8301eae5df5f75578f910ce1 (patch)
tree6f3d9b27e113332f2f77eea3f4bf176f9781d466 /pod/perlootut.pod
parent975363793fa0bd4d9ce6722102e009c479ecf506 (diff)
downloadperl-17b35041bdff13ad8301eae5df5f75578f910ce1.tar.gz
Perl 6 -> Raku where appropriate
Diffstat (limited to 'pod/perlootut.pod')
-rw-r--r--pod/perlootut.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlootut.pod b/pod/perlootut.pod
index d7474b4b4d..b11f628e8e 100644
--- a/pod/perlootut.pod
+++ b/pod/perlootut.pod
@@ -466,7 +466,7 @@ of Perl as "the first postmodern computer language".
C<Moose> provides a complete, modern OO system. Its biggest influence
is the Common Lisp Object System, but it also borrows ideas from
Smalltalk and several other languages. C<Moose> was created by Stevan
-Little, and draws heavily from his work on the Perl 6 OO design.
+Little, and draws heavily from his work on the Raku OO design.
Here is our C<File> class using C<Moose>: