Skip to content

Commit dd2321d

Browse files
authored
add a more specific reference
1 parent 8fe97a4 commit dd2321d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Language/modules.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,10 @@ C<TODO>, or other files.>
662662
663663
If your module requires extra processing during installation to fully
664664
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
665+
need to add a C<Build.pm6> file (a "build hook") to the top-level directory. It will
666666
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.
667+
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.
668669
=end item
669670
670671
=begin item

0 commit comments

Comments
 (0)