Skip to content

Commit 8b65a4a

Browse files
committed
emphasize that we mean the auth option to use
Closes #3164
1 parent 56cb198 commit 8b65a4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/Language/compilation.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Rakudo comes with several classes that can be used for repositories.
182182
The most important ones are C<CompUnit::Repository::FileSystem> and C<CompUnit::Repository::Installation>.
183183
The FileSystem repo is meant to be used during module development and actually works just like C<Perl> when
184184
looking for a module.
185-
It doesn't support versions or auths and simply maps the short-name to a filesystem path.
185+
It doesn't support versions or C<auth>s and simply maps the short-name to a filesystem path.
186186
187187
The Installation repository is where the real smarts are. When requesting a module, you will usually either do it
188188
via its exact long name, or you say something along the lines of "give me a module that matches this filter".

xt/words.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ attributecontainer
7474
attrinit
7575
attrs
7676
auth
77+
auths
7778
autoboxed
7879
autoboxing
7980
autodie

0 commit comments

Comments
 (0)