@@ -63,18 +63,18 @@ To share your module, do the following:
63
63
64
64
= item To document your modules, use L < Perl 6 Pod |
65
65
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
67
67
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.
69
69
N «
70
70
Note, described above is a minimal project directory. If your project
71
71
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
74
74
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.
78
78
»
79
79
80
80
= begin item
@@ -122,7 +122,7 @@ installer tool which is included with Rakudo Star Perl 6:
122
122
This will download your module to its own working directory (C < ~/.panda > ),
123
123
build it there, and install the module into C < ~/.perl6 > .
124
124
125
- To use Vortex::TotalPerspective from your scripts, just write
125
+ To use C < Vortex::TotalPerspective > from your scripts, just write
126
126
C < use Vortex::TotalPerspective > , and your Perl 6 implementation will
127
127
know where to look for the module file(s).
128
128
0 commit comments