We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88d5ac commit 8fe97a4Copy full SHA for 8fe97a4
doc/Language/modules.pod6
@@ -659,6 +659,12 @@ appear next to your module at the module directory, create a
659
C<logotype> directory and put into it a C<logo_32x32.png> file. At some
660
point, you might also consider adding C<CONTRIBUTORS>, C<NEWS>,
661
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.
668
=end item
669
670
=begin item
0 commit comments