Skip to content

Commit 7f00a2c

Browse files
committed
Eliminates the sentence about $*REPO
Refs #502
1 parent 64cb667 commit 7f00a2c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/Language/modules-core.pod6

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
55
=SUBTITLE Core modules that may be useful to module authors
66
7-
The Rakudo implementation has a few modules included you may want to use. The following is a
8-
list of them, along with links to their source code.
7+
The Rakudo implementation has a few modules included you may want to use. The
8+
following is a list of them, along with links to their source code.
99
1010
=head2 C<CompUnit::*> modules and Roles
1111
X<|CompUnit (Rakudo classes)>
1212
13-
These modules are mostly used by distribution build tools.
13+
These modules are mostly used by distribution build tools, and are not intended
14+
to be used (at least until version 6.c) by the final user.
1415
1516
=item L«C<CompUnit::Repository::Staging>|https://github.com/rakudo/rakudo/blob/master/lib/CompUnit/Repository/Staging.pm6».
16-
=item L<C<CompUnit::Repository::(FileSystem|Installation|AbsolutePath|Unknown|NQP|Perl6|RepositoryRegistry)>|https://github.com/rakudo/rakudo/blob/master/src/core/CompUnit/RepositoryRegistry.pm6>. The L<C<$*REPO>|/language/variables#index-entry-%24*REPO> dynamic variable will be instantiated to C<CompUnit::Repository::Installation> if the program is run from the repository main directory, C<CompUnit::Repository::FileSystem> otherwise.
17+
=item L<C<CompUnit::Repository::(FileSystem|Installation|AbsolutePath|Unknown|NQP|Perl6|RepositoryRegistry)>|https://github.com/rakudo/rakudo/blob/master/src/core/CompUnit/RepositoryRegistry.pm6>.
1718
1819
=head2 C<NativeCall> modules
1920

0 commit comments

Comments
 (0)