Skip to content

Commit a79dde0

Browse files
committed
.pod6 to become .rd
1 parent 7d0aab8 commit a79dde0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

PATH-TO-RAKU.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,12 @@ should be symlinks.
7373

7474
### Extensions
7575

76-
The extension `.rk` for scripts, and `.rkm` for modules, will become the
77-
defacto standards for files containing `Raku` code. The old `.pm` and
78-
`.pm6` extensions will continue to be supported for 6.e. In 6.f, the
79-
`.pm` and `.pm6` extensions should be marked as DEPRECATED, causing a message
80-
to be generated when the module is loaded.
76+
The extension `.rk` for scripts, `.rkm` for modules, and `.rd` for
77+
documentation (POD6) will become the defacto standards for files containing
78+
`Raku` code or documentation. The old `.pm`, `.pm6` and `.pod6` extensions
79+
will continue to be supported for 6.e. In 6.f, the `.pm`, `.pm6` and `.pod6`
80+
extensions should be marked as DEPRECATED, causing a message to be generated
81+
when the module is loaded.
8182

8283
On Windows some more trickery may be involved to mark a script with the
8384
`.rk` extension as executable.

0 commit comments

Comments
 (0)