File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,12 @@ should be symlinks.
73
73
74
74
### Extensions
75
75
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.
81
82
82
83
On Windows some more trickery may be involved to mark a script with the
83
84
` .rk ` extension as executable.
You can’t perform that action at this time.
0 commit comments