Skip to content

Commit 2a1c596

Browse files
committed
Fixes other occurrences, refs #3024
1 parent 8dc8291 commit 2a1c596

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/Language/modules-extra.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ of a module distribution.
1616
1717
=item L<App::Assixt|https://modules.perl6.org/dist/App::Assixt> The module developer's assistant
1818
=item L<App::Mi6|https://modules.perl6.org/dist/App::Mi6> Minimal authoring tool for Perl 6
19-
=item L<META6|https://modules.perl6.org/dist/META6> Do things with Perl 6 META files
19+
=item L<META6|https://modules.perl6.org/dist/META6> Do things with
20+
Perl 6 C<META> files
2021
=item L<Module::Skeleton|https://bitbucket.org/rightfold/module-skeleton> Generate a skeleton module
2122
=item L<p6doc|https://modules.perl6.org/dist/p6doc> Generate documentation end-products
2223

doc/Language/modules.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,12 +801,13 @@ which was used to indicate the kind of source control system, generally C<git>,
801801
which can be used to download the module. However, this field is nowadays
802802
ignored by C<zef> and the rest of the tools.>
803803
804-
The L<Test::META module | https://github.com/jonathanstowe/Test-META/> can help
804+
The L<C<Test::META>> module | https://github.com/jonathanstowe/Test-META/> can
805+
help
805806
you check the correctness of the META6.json file; this module will check for all
806807
the mandatory fields and that the type used for all of them is correct.
807808
808809
There are more fields described in the
809-
L<META design documents |https://design.perl6.org/S22.html#META6.json>,
810+
L<C<META> design documents |https://design.perl6.org/S22.html#META6.json>,
810811
but not all of these are
811812
implemented by existing package managers. Hence you should stick to the fields
812813
described in the above example block to ensure compatibility with existing

0 commit comments

Comments
 (0)