Skip to content

Commit 56613a1

Browse files
authored
Clarify Test.pm6
- Link to testing page - Not all modules use Test.pm6 for testing (viva la Testo.pm6!)
1 parent 9e5d047 commit 56613a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/modules-core.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following modules are known to used by external programs and modules.
1717
=item L<NativeCall::Compiler::GNU|https://github.com/rakudo/rakudo/blob/nom/lib/NativeCall/Compiler/GNU.pm6> Used by C<NativeCall>
1818
=item L<NativeCall::Compiler::MSVC|https://github.com/rakudo/rakudo/blob/nom/lib/NativeCall/Compiler/MSVC.pm6> Used by C<NativeCall>
1919
=item L<Pod::To::Text|https://github.com/rakudo/rakudo/blob/nom/lib/Pod/To/Text.pm6> Used by several external modules
20-
=item L<Test|https://github.com/rakudo/rakudo/blob/nom/lib/Test.pm6> Used by all modules with tests
20+
=item L<Test|https://github.com/rakudo/rakudo/blob/nom/lib/Test.pm6> Provides routines for L<testing|/language/testing>
2121
2222
=head1 Modules for internal use
2323

0 commit comments

Comments
 (0)