We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd3cdb commit a948e06Copy full SHA for a948e06
doc/Language/modules.pod6
@@ -108,7 +108,7 @@ say $class.perl;
108
109
C<use> loads and then imports from a compunit at compile time. It will look for
110
files that end in C<.pm6> (C<.pm> is also supported, but discouraged). See
111
-L<here|/language/modules#Finding_modules>
+L<here|/language/modules#Finding_installed_modules>
112
for where the runtime will look for modules.
113
114
=for code :skip-test
0 commit comments