Skip to content

Commit

Permalink
Merge pull request #109 from vrurg/path-to-raku
Browse files Browse the repository at this point in the history
Clarify the situation with .t extension
  • Loading branch information
lizmat committed Sep 26, 2019
2 parents 69786a2 + 0de1d74 commit dd8dcd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solutions/language/PATH-TO-RAKU.md
Expand Up @@ -149,9 +149,9 @@ will continue to be supported for 6.e. In 6.f, the `.pm`, `.pm6` and `.pod6`
extensions could be marked as DEPRECATED, causing a message to be generated
when the module is loaded.

For testing, the extension `.rakutest` should be used, while the old `.t`
extension will continue to be supported for 6.e, with deprecation messages
appearing from 6.f onward.
For testing, the extensions `.rakutest` and `.t` should be used, while the
extension `.t6` will continue to be supported for 6.e, with deprecation
messages appearing from 6.f onward.

On Windows, installers should add a `.raku` association alongside the `.p6`
association for the time being. Around the time of 6.f, a `.p6` association
Expand Down

0 comments on commit dd8dcd5

Please sign in to comment.