Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do **NOT** change "Perl5" where it's used
  • Loading branch information
lizmat committed Sep 3, 2019
1 parent 0dc6534 commit 6b2ddf8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions solutions/language/PATH-TO-RAKU.md
Expand Up @@ -30,9 +30,10 @@ switch, they will become actual type declarations.

### Pragmas

The `use isms <Perl5>` should be DEPRECATED and changed to `use isms <Perl>`.
Similarly `use Foo:from<Perl5>` to `use Foo:from<Perl>` and the `:lang`
parameter to `EVAL`.
The `use isms <Perl5>` should **NOT** be changed to `use isms <Perl>`.
Similarly `use Foo:from<Perl5>` and the `:lang` parameter to `EVAL` should
not be changed as to allow more flexibility should the Perl 5 community
decide on a name change as well.

### Versioning

Expand Down

0 comments on commit 6b2ddf8

Please sign in to comment.