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 09c6c3d commit 530a6e3Copy full SHA for 530a6e3
doc/Language/modules.pod6
@@ -7,12 +7,10 @@
7
=head1 Creating and using modules
8
9
A module is usually a source file or set of source files that expose
10
-Raku constructs.
11
-
12
-N<Technically a module is a set of I<compunits> which are usually files
+Raku constructs N<Technically a module is a set of I<compunits> which are usually files
13
but could come from anywhere as long as there is a I<compunit
14
repository> that can provide it. See
15
-L<S11|https://design.raku.org/S11.html>.>
+L<S11|https://design.raku.org/S11.html>.>.
16
17
Modules are typically packages (L<classes|/language/objects#Classes>,
18
L<roles|/language/objects#Roles>, L<grammars|/type/Grammar>),
0 commit comments