Skip to content

Commit 8dc8291

Browse files
committed
Wraps in C to avoid error #3024
1 parent bba879f commit 8dc8291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/modules.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ C<Upload a file to CPAN>.
872872
=begin item
873873
Select your file and click I<Upload>! If everything was fine with your
874874
dist, you should see your module tar file in your C<Perl6> directory along
875-
with both a meta and a readme file named after your module filename.
875+
with both a C<META> and a C<README> file named after your module filename.
876876
877877
I<Make sure you have a META6.json file in your dist and that the dist
878878
version you're uploading is higher than the currently uploaded version.
@@ -909,7 +909,7 @@ get help having it added.
909909
=item After the pull request has been accepted, wait for an hour. If
910910
your module doesn't show up on L<https://modules.perl6.org/>, please
911911
view the log file at L<https://modules.perl6.org/update.log> to see
912-
if it identifies an error with your module or meta file.
912+
if it identifies an error with your module or C<meta> file.
913913
914914
B<That's it! Thanks for contributing to the Perl 6 community!>
915915

0 commit comments

Comments
 (0)