Skip to content

Commit 6169410

Browse files
committed
Some rewording and reflow
1 parent 72c02cb commit 6169410

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/Language/modules.pod6

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -835,9 +835,9 @@ zef install ./your-module-folder
835835
=end code
836836
837837
Note that doing so precompiles and installs your module. If you make changes to
838-
the source, you'll need to re-install the module. (see C<use lib> pragma,
839-
C<-I> command line switch, or C<PERL6LIB> env variable, to include a path
840-
to your module source while developing it, so you don't have to install it at all).
838+
the source, you'll need to re-install the module. (See C<use lib> pragma, C<-I>
839+
command line switch, or C<PERL6LIB> env variable, to include a path to your
840+
module source while developing it, so you don't have to install it at all).
841841
842842
=end item
843843
@@ -868,12 +868,12 @@ account. The process takes about 5 minutes and some e-mail back and forth.
868868
=item Go to L<PAUSE|https://pause.perl.org/>, log in and click on
869869
L<Upload a file to CPAN|https://pause.perl.org/pause/authenquery?ACTION=add_uri>.
870870
871-
=item Make sure you select C<Perl6> as the I<Target Directory>. For
871+
=item Make sure you select C<Perl6> as the I<Target Directory>. For
872872
your first upload, you have to enter the string C<Perl6> in the text field.
873873
On subsequent uploads, you can select the C<Perl6> directory from the
874874
selection box right below the input field.
875875
876-
=begin item
876+
=begin item
877877
Select your file and click I<Upload>! If everything was fine with your
878878
dist, you should see your module tar file in your C<Perl6> directory along
879879
with both a meta and a readme file named after your module filename.
@@ -882,7 +882,7 @@ L<Upload a file to CPAN|https://pause.perl.org/pause/authenquery?ACTION=add_uri>
882882
version you're uploading is higher than the currently uploaded version.
883883
Those are the most common upload errors.>
884884
885-
=end item
885+
=end item
886886
887887
=head2 Upload your module to p6c
888888

0 commit comments

Comments
 (0)