Skip to content

Commit

Permalink
Be less specific about module loading
Browse files Browse the repository at this point in the history
I'm not sure what's the exact idea behind that sentence, but for
example I wouldn't want to see deprecation messages any time I run
code that uses some commonly used but unmaintained module. I think
this can be ironed out later.
  • Loading branch information
AlexDaniel committed Sep 28, 2019
1 parent e09f6c2 commit 2d7b3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/language/PATH-TO-RAKU.md
Expand Up @@ -147,7 +147,7 @@ for documentation (POD6) to become the defacto standards for files containing
`Raku` code or documentation. The old `.pm`, `.pm6` and `.pod6` extensions
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.
when possible.

For testing, the extensions `.rakutest` and `.t` should be used, while the
extension `.t6` will continue to be supported for 6.e, with deprecation
Expand Down

0 comments on commit 2d7b3f5

Please sign in to comment.