Skip to content

Commit

Permalink
Uniquify headlines in S22 to work around a rendering bug in design.pe…
Browse files Browse the repository at this point in the history
…rl6.org

The renderer seems to add the contents of the completely separate "bin"
sections.
  • Loading branch information
niner committed May 26, 2017
1 parent edb5c57 commit 5c9262e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S22-package-format.pod
Expand Up @@ -293,14 +293,14 @@ Dependencies need not be Perl 6 only. By using the C<:from> adverb on the C<use>
string, dependencies external to Perl 6 can be specified. These could be Perl 5
modules like C<Mojolicious:from<Perl5>>. Two names are reserved:

=head4 bin
=head4 :from<bin>

With C<curl:from<bin>> one can specify on a C<curl> executable be available at
the given stage. The installer may only check the availability of this dependency,
or it may try to provide this, e.g. by installing the appropriate package to the
system.

=head4 native
=head4 :from<native>

A dependency like C<curl:from<native>> tells the installer, that the system
library with the given name must be present. The name is expanded following the
Expand Down

0 comments on commit 5c9262e

Please sign in to comment.