File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ cooperation. It will affect people in foreseen and unforeseen ways.
9
9
## Language changes
10
10
11
11
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
14
14
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 ` .
16
16
17
17
## Documentation changes
18
18
19
19
Wherever ` Perl 6 ` is mentioned in the documentation, this should be changed
20
20
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.
22
22
23
23
## Website changes
24
24
You can’t perform that action at this time.
0 commit comments