Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Suggest solution to .perl methods in non-core modules
  • Loading branch information
lizmat committed Sep 3, 2019
1 parent 115a260 commit dcd66a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions solutions/language/PATH-TO-RAKU.md
Expand Up @@ -16,6 +16,10 @@ global search/replace of `.perl` to `.raku` (both in method names and in
calls) in `src/core`, `src/Perl6` and `lib`. A new `Mu.perl` method should
issue a DEPRECATED message, and then call `Mu.raku`.

The ClassHOW metamodel class should be adapted so that any non-core modules
that have a `.perl` method, will get installed as `.raku`, and a wrapped
version with a `DEPRECATED` message to be installed as the `.perl` method.

Renaming to `.code` currently clashes with `CallFrame.code`, visually clashes
with the `.codes` method, and it being a generic name, probably also clashes
with CPAN and DarkPan Perl 6 modules.
Expand Down

0 comments on commit dcd66a7

Please sign in to comment.