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 8b3d608 commit 559a4e7Copy full SHA for 559a4e7
doc/Language/modules.pod6
@@ -24,7 +24,7 @@ files in a namespace.
24
Module distributions (in the I<set of related source files> sense) in Perl 6
25
have the same structure as any distribution in the Perl family of languages:
26
there is a main project directory containing a C<README> and a C<LICENSE> file,
27
-a C<lib> directory for the source filesE<mdash>which may be individually
+a C<lib> directory for the source files, which may be individually
28
referred to as modules and/or may themselves define modules with the C<module>
29
keyword N<As L<synopsis S11|https://design.perl6.org/S11.html#Units> says:
30
Confusing? Yes it is.>, a C<t> directory for tests, and possibly a C<bin>
0 commit comments