Skip to content

Commit 8fe97a4

Browse files
authored
add a reference to Build.pm6 for zef installation
1 parent e88d5ac commit 8fe97a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Language/modules.pod6

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,12 @@ appear next to your module at the module directory, create a
659659
C<logotype> directory and put into it a C<logo_32x32.png> file. At some
660660
point, you might also consider adding C<CONTRIBUTORS>, C<NEWS>,
661661
C<TODO>, or other files.>
662+
663+
If your module requires extra processing during installation to fully
664+
integrate with and use non-Perl operating system resources, you may
665+
need to add a C<Build.pm6> file to the top-level directory. It will
666+
bu used by the C<zef> installer as the first step in the installation process.
667+
See various usage scenarios in existing ecosystem modules such as C<zef> itself.
662668
=end item
663669
664670
=begin item

0 commit comments

Comments
 (0)