Skip to content

Commit c5cb2c9

Browse files
committed
Add mention of $*PERL and Perl class
1 parent cfd072d commit c5cb2c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

solutions/language/PATH-TO-RAKU.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ clashes with the `.codes` method. Renaming `CallFrame.code` to
2121
`CallFrame.codeobj` and `.codes` to `.codepoints` appears to be an option
2222
to be discussed further.
2323

24+
Also the `$*PERL` dynamic variable and the `Perl` class will need to be
25+
renamed, probably to `$*RAKU` and `Raku`, respectively. After a deprecation
26+
cycle of course.
27+
2428
### Versioning
2529

2630
Because the next language release (6.e) may not coincide with

0 commit comments

Comments
 (0)