Skip to content

Commit 7082554

Browse files
committed
Add Mu.perl back
... which may have been removed by mistake. Make its documentation somewhat minimal.
1 parent f6023da commit 7082554

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

doc/Type/Mu.pod6

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,16 +169,13 @@ $something> and C<say $something.gist> generally produce the same output.
169169
say Mu.gist; # OUTPUT: «(Mu)␤»
170170
say Mu.new.gist; # OUTPUT: «Mu.new␤»
171171
172-
=head2 method raku
172+
=head2 method perl
173173
174-
multi method raku(Mu: --> Str)
174+
multi method perl(Mu:)
175175
176-
Returns a Raku-ish representation of the object (i.e., can usually be
177-
re-evaluated with L<EVAL|/routine/EVAL> to regenerate the object). The exact
178-
output of C<raku> is implementation specific, since there are generally many
179-
ways to write a Raku expression that produces a particular value. Since the
180-
change of name to Raku, this method is deprecated and might disappear in the
181-
near future. Use C<.raku> instead.
176+
Calls L«C<.raku>|/routine/raku» on the invocant. Since the change of the
177+
language name to Raku, this method is deprecated and might disappear in
178+
the near future. Use C<.raku> instead.
182179
183180
=head2 method raku
184181

0 commit comments

Comments
 (0)