File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ To share your module then, do the following:
61
61
Test. It's quite similar to Perl 5's Test::More.
62
62
63
63
= item To document your modules, use L < Perl 6 Pod |
64
- http://perlcabal. org/syn /S26.html> markup inside your modules. Module
64
+ http://design.perl6. org/S26.html> markup inside your modules. Module
65
65
documentation is most appreciated, and will be especially important once
66
66
the Perl 6 module directory (or some other site) begins rendering Pod docs
67
67
as html for easy browsing.
@@ -91,7 +91,7 @@ To share your module then, do the following:
91
91
92
92
For choosing a version numbering scheme, perhaps use
93
93
"major.minor.patch" (see L < the spec on versioning |
94
- http://perlcabal. org/syn /S11.html#Versioning > for further
94
+ http://design.perl6. org/S11.html#Versioning > for further
95
95
details). If the version number doesn't matter to you or your users
96
96
right now, you can just put in an asterisk (*) for the version.
97
97
= end item
You can’t perform that action at this time.
0 commit comments