Skip to content

Commit 2798c8d

Browse files
committed
make a single list and don't speculate about use
1 parent 56613a1 commit 2798c8d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

doc/Language/modules-core.pod6

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,13 @@
77
The Perl core has a few modules you may want to use. Following is a
88
list of them along with a link to their source code.
99
10-
=head1 Modules with external utility
11-
12-
The following modules are known to used by external programs and modules.
13-
1410
=item L<CompUnit::Repository::Staging|https://github.com/rakudo/rakudo/blob/nom/lib/CompUnit/Repository/Staging.pm> Used by distribution build tools
1511
=item L<NativeCall|https://github.com/rakudo/rakudo/blob/nom/lib/NativeCall.pm6> Used by many external modules
1612
=item L<NativeCall::Types|https://github.com/rakudo/rakudo/blob/nom/lib/NativeCall/Types.pm6> Used by C<NativeCall>
1713
=item L<NativeCall::Compiler::GNU|https://github.com/rakudo/rakudo/blob/nom/lib/NativeCall/Compiler/GNU.pm6> Used by C<NativeCall>
1814
=item L<NativeCall::Compiler::MSVC|https://github.com/rakudo/rakudo/blob/nom/lib/NativeCall/Compiler/MSVC.pm6> Used by C<NativeCall>
1915
=item L<Pod::To::Text|https://github.com/rakudo/rakudo/blob/nom/lib/Pod/To/Text.pm6> Used by several external modules
2016
=item L<Test|https://github.com/rakudo/rakudo/blob/nom/lib/Test.pm6> Provides routines for L<testing|/language/testing>
21-
22-
=head1 Modules for internal use
23-
24-
The following modules are not intended to be used externally.
25-
2617
=item L<experimental|https://github.com/rakudo/rakudo/blob/nom/lib/experimental.pm6>
2718
=item L<newline|https://github.com/rakudo/rakudo/blob/nom/lib/newline.pm6>
2819

0 commit comments

Comments
 (0)