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 2
2
3
3
= TITLE Raku pod
4
4
5
- = SUBTITLE An easy-to-use markup language for documenting Perl modules and programs
5
+ = SUBTITLE An easy-to-use markup language for documenting Raku modules and programs
6
6
7
7
Raku pod is an easy-to-use markup language. Pod can be used for
8
8
writing language documentation, for documenting programs and modules, as
@@ -46,7 +46,7 @@ Top Level Heading
46
46
After the typename, the rest of the C < =begin > marker line is treated as
47
47
configuration information for the block. This information is used in
48
48
different ways by different types of blocks, but is always specified using
49
- Perl6-ish option pairs. That is, any of:
49
+ option pairs. That is, any of:
50
50
51
51
= begin table
52
52
Value is... Specify with... Or with... Or with...
You can’t perform that action at this time.
0 commit comments