Skip to content

Commit

Permalink
Fixes other occurrences, refs #3024
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Sep 15, 2019
1 parent 8dc8291 commit 2a1c596
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/Language/modules-extra.pod6
Expand Up @@ -16,7 +16,8 @@ of a module distribution.
=item L<App::Assixt|https://modules.perl6.org/dist/App::Assixt> The module developer's assistant
=item L<App::Mi6|https://modules.perl6.org/dist/App::Mi6> Minimal authoring tool for Perl 6
=item L<META6|https://modules.perl6.org/dist/META6> Do things with Perl 6 META files
=item L<META6|https://modules.perl6.org/dist/META6> Do things with
Perl 6 C<META> files
=item L<Module::Skeleton|https://bitbucket.org/rightfold/module-skeleton> Generate a skeleton module
=item L<p6doc|https://modules.perl6.org/dist/p6doc> Generate documentation end-products
Expand Down
5 changes: 3 additions & 2 deletions doc/Language/modules.pod6
Expand Up @@ -801,12 +801,13 @@ which was used to indicate the kind of source control system, generally C<git>,
which can be used to download the module. However, this field is nowadays
ignored by C<zef> and the rest of the tools.>
The L<Test::META module | https://github.com/jonathanstowe/Test-META/> can help
The L<C<Test::META>> module | https://github.com/jonathanstowe/Test-META/> can
help
you check the correctness of the META6.json file; this module will check for all
the mandatory fields and that the type used for all of them is correct.
There are more fields described in the
L<META design documents |https://design.perl6.org/S22.html#META6.json>,
L<C<META> design documents |https://design.perl6.org/S22.html#META6.json>,
but not all of these are
implemented by existing package managers. Hence you should stick to the fields
described in the above example block to ensure compatibility with existing
Expand Down

0 comments on commit 2a1c596

Please sign in to comment.