File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ Rakudo comes with several classes that can be used for repositories.
182
182
The most important ones are C < CompUnit::Repository::FileSystem > and C < CompUnit::Repository::Installation > .
183
183
The FileSystem repo is meant to be used during module development and actually works just like C < Perl > when
184
184
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.
186
186
187
187
The Installation repository is where the real smarts are. When requesting a module, you will usually either do it
188
188
via its exact long name, or you say something along the lines of "give me a module that matches this filter".
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ attributecontainer
74
74
attrinit
75
75
attrs
76
76
auth
77
+ auths
77
78
autoboxed
78
79
autoboxing
79
80
autodie
You can’t perform that action at this time.
0 commit comments