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 8fe97a4 commit dd2321dCopy full SHA for dd2321d
doc/Language/modules.pod6
@@ -662,9 +662,10 @@ 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
+need to add a C<Build.pm6> file (a "build hook") 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.
+See the README for C<zef> for a brief example. Also see various usage scenarios in existing
668
+ecosystem modules such as C<zef> itself.
669
=end item
670
671
=begin item
0 commit comments