Skip to content

Commit 46b4504

Browse files
committed
Further typographical and formatting updates
1 parent e879e7b commit 46b4504

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/Language/modules.pod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ To share your module, do the following:
6363
6464
=item To document your modules, use L<Perl 6 Pod |
6565
http://design.perl6.org/S26.html> markup inside your modules. Module
66-
documentation is most appreciated, and will be especially important once
66+
documentation is most appreciated and will be especially important once
6767
the Perl 6 module directory (or some other site) begins rendering Pod docs
68-
as html for easy browsing.
68+
as HTML for easy browsing.
6969
N«
7070
Note, described above is a minimal project directory. If your project
7171
contains scripts that you'd like distributed along with your module(s),
72-
put them in a bin directory. If you have extra docs (in addition to the
73-
Pod docs in your module(s)), create a doc directory for them. If you'd
72+
put them in a C<bin> directory. If you have extra docs (in addition to the
73+
Pod docs in your module(s)), create a C<doc> directory for them. If you'd
7474
like a graphical logo to appear next to your module at the module
75-
directory, create a logotype directory and put into it a C<logo_32x32.png>
76-
file. At some point, you might also consider adding CONTRIBUTORS, NEWS,
77-
TODO, or other files.
75+
directory, create a C<logotype> directory and put into it a C<logo_32x32.png>
76+
file. At some point, you might also consider adding C<CONTRIBUTORS>, C<NEWS>,
77+
C<TODO>, or other files.
7878
»
7979
8080
=begin item
@@ -122,7 +122,7 @@ installer tool which is included with Rakudo Star Perl 6:
122122
This will download your module to its own working directory (C<~/.panda>),
123123
build it there, and install the module into C<~/.perl6>.
124124
125-
To use Vortex::TotalPerspective from your scripts, just write
125+
To use C<Vortex::TotalPerspective> from your scripts, just write
126126
C<use Vortex::TotalPerspective>, and your Perl 6 implementation will
127127
know where to look for the module file(s).
128128

0 commit comments

Comments
 (0)