File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ The instructions herein require that you have a
17
17
L < GitHub|http://www.github.com > account so that your module can be shared
18
18
from its GitHub repository.
19
19
20
- To share your module then , do the following:
20
+ To share your module, do the following:
21
21
22
22
= item Create a project directory named after your module. For
23
- example, if your module is Vortex::TotalPerspective, then create a
23
+ example, if your module is C < Vortex::TotalPerspective > , then create a
24
24
project directory named C < Vortex-TotalPerspective > . This project
25
25
directory name will also be used as the GitHub repo name.
26
26
@@ -59,7 +59,7 @@ To share your module then, do the following:
59
59
= item If you don't yet have any tests, you can leave out the C < t >
60
60
directory and C < basic.t > file for now. For more info on how to write
61
61
tests (for now), you might have a look at how other modules use
62
- Test. It's quite similar to Perl 5's Test::More.
62
+ C < Test > . It's quite similar to Perl 5's C < Test::More > .
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
You can’t perform that action at this time.
0 commit comments