@@ -835,9 +835,9 @@ zef install ./your-module-folder
835
835
= end code
836
836
837
837
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).
841
841
842
842
= end item
843
843
@@ -868,12 +868,12 @@ account. The process takes about 5 minutes and some e-mail back and forth.
868
868
= item Go to L < PAUSE|https://pause.perl.org/ > , log in and click on
869
869
L < Upload a file to CPAN|https://pause.perl.org/pause/authenquery?ACTION=add_uri > .
870
870
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
872
872
your first upload, you have to enter the string C < Perl6 > in the text field.
873
873
On subsequent uploads, you can select the C < Perl6 > directory from the
874
874
selection box right below the input field.
875
875
876
- = begin item
876
+ = begin item
877
877
Select your file and click I < Upload > ! If everything was fine with your
878
878
dist, you should see your module tar file in your C < Perl6 > directory along
879
879
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>
882
882
version you're uploading is higher than the currently uploaded version.
883
883
Those are the most common upload errors. >
884
884
885
- = end item
885
+ = end item
886
886
887
887
= head2 Upload your module to p6c
888
888
0 commit comments