Skip to content

Commit

Permalink
formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
finanalyst committed Jan 20, 2020
1 parent a65db64 commit a422997
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Language/compilation.pod6
Expand Up @@ -139,6 +139,7 @@ An important property of distributions is that they are immutable.
C<V< Foo:auth<nine>:ver<0.3>:api<1> >> will always be the name for exactly the same code.
=head2 $*REPO
In C<Perl> and C<Python> you deal with include paths, pointing to filesystem directories.
In C<Raku> we call such directories "repositories" and each of these repositories is governed by an object that does the
C<CompUnit::Repository> role.
Expand Down Expand Up @@ -291,5 +292,7 @@ without access to precompiled files.
Instead, we will precompile the modules used when they are first loaded.
=head2 Credit
This tutorial is based on a C<niner> L<talk|http://niner.name/talks/A%20look%20behind%20the%20curtains%20-%20module%20loading%20in%20Perl%206/>.
=end pod

0 comments on commit a422997

Please sign in to comment.