Skip to content

Commit d5263c7

Browse files
committed
Move fez first. Link to the site
Closes #3998
1 parent 44f2ad8 commit d5263c7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/Language/modules.pod6

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,14 +665,15 @@ you choose, your module will be indexed on the L<raku.land|https://raku.land>
665665
and L<modules.raku.org|https://modules.raku.org> websites. The three module
666666
distribution networks, or ecosystems, are:
667667
668+
=item B<zef ecosystem> using the L<C<fez> module uploader|https://raku.land/zef:tony-o/fez>
669+
utility. Use of the C<fez> command is
670+
the newest and perhaps easiest way to distribute your module and is growing in
671+
popularity.
672+
668673
=item B<CPAN>
669674
This is the same ecosystem Perl is using. Modules are uploaded as I<.zip>
670675
or I<.tar.gz> files on L<PAUSE|https://pause.perl.org/>.
671676
672-
=item B<zef ecosystem> using the C<fez> utility Use of the C<fez> command is
673-
the newest and perhaps easiest way to distribute your module and is growing in
674-
popularity.
675-
676677
=item B<p6c>
677678
Up until recently the only ecosystem. It is based
678679
on Github repositories which are directly accessed. It has only limited

0 commit comments

Comments
 (0)