File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 7
7
The Perl core has a few modules you may want to use. Following is a
8
8
list of them along with a link to their source code.
9
9
10
- = head1 Modules with external utility
11
-
12
- The following modules are known to used by external programs and modules.
13
-
14
10
= item L < CompUnit::Repository::Staging|https://github.com/rakudo/rakudo/blob/nom/lib/CompUnit/Repository/Staging.pm > Used by distribution build tools
15
11
= item L < NativeCall|https://github.com/rakudo/rakudo/blob/nom/lib/NativeCall.pm6 > Used by many external modules
16
12
= item L < NativeCall::Types|https://github.com/rakudo/rakudo/blob/nom/lib/NativeCall/Types.pm6 > Used by C < NativeCall >
17
13
= item L < NativeCall::Compiler::GNU|https://github.com/rakudo/rakudo/blob/nom/lib/NativeCall/Compiler/GNU.pm6 > Used by C < NativeCall >
18
14
= item L < NativeCall::Compiler::MSVC|https://github.com/rakudo/rakudo/blob/nom/lib/NativeCall/Compiler/MSVC.pm6 > Used by C < NativeCall >
19
15
= item L < Pod::To::Text|https://github.com/rakudo/rakudo/blob/nom/lib/Pod/To/Text.pm6 > Used by several external modules
20
16
= 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
-
26
17
= item L < experimental|https://github.com/rakudo/rakudo/blob/nom/lib/experimental.pm6 >
27
18
= item L < newline|https://github.com/rakudo/rakudo/blob/nom/lib/newline.pm6 >
28
19
You can’t perform that action at this time.
0 commit comments