Skip to content

Commit d71dc5c

Browse files
committed
s/.code/.raku/
As some classes already have a .code method, and this would be a collision.
1 parent 0b5402e commit d71dc5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PATH-TO-RAKU.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ cooperation. It will affect people in foreseen and unforeseen ways.
99
## Language changes
1010

1111
The `.perl` method should be deprecated in 6.e, and removed in 6.f/g. It
12-
should be replaced by a `.code` method. This could be implemented by a
13-
global search/replace of `.perl` to `.code` (both in method names and in
12+
should be replaced by a `.raku` method. This could be implemented by a
13+
global search/replace of `.perl` to `.raku` (both in method names and in
1414
calls) in `src/core`, `src/Perl6` and `lib`. A new `Mu.perl` method should
15-
issue a DEPRECATED message, and then call `Mu.code`.
15+
issue a DEPRECATED message, and then call `Mu.raku`.
1616

1717
## Documentation changes
1818

1919
Wherever `Perl 6` is mentioned in the documentation, this should be changed
2020
to `Raku`. A mention of `Perl 6` in the glossary should remain, and maybe
21-
in the documentation of the `.perl` (to be renamed to `.code`) method.
21+
in the documentation of the `.perl` (to be renamed to `.raku`) method.
2222

2323
## Website changes
2424

0 commit comments

Comments
 (0)