Skip to content

Commit dd8dcd5

Browse files
authored
Merge pull request #109 from vrurg/path-to-raku
Clarify the situation with .t extension
2 parents 69786a2 + 0de1d74 commit dd8dcd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solutions/language/PATH-TO-RAKU.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ will continue to be supported for 6.e. In 6.f, the `.pm`, `.pm6` and `.pod6`
149149
extensions could be marked as DEPRECATED, causing a message to be generated
150150
when the module is loaded.
151151

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

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

0 commit comments

Comments
 (0)