Skip to content

Commit 6b2ddf8

Browse files
committed
Do **NOT** change "Perl5" where it's used
1 parent 0dc6534 commit 6b2ddf8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

solutions/language/PATH-TO-RAKU.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ switch, they will become actual type declarations.
3030

3131
### Pragmas
3232

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

3738
### Versioning
3839

0 commit comments

Comments
 (0)