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 1
1
### A new (or existing) pod6 document currently must adhere to the following conventions:
2
2
3
- 1 . it must be valid Perl 6 pod
3
+ 1 . it must be valid Perl 6 pod
4
4
2 . the first non-comment or non-empty line must be:
5
5
6
6
=begin pod # optionally followed by :key<value> %config pairs
22
22
```
23
23
# this is a valid, non-pod comment
24
24
=begin pod :my-link<foo> # another comment
25
- =TITLE Working with Perl 6 pod
25
+ =TITLE Working with Perl 6 pod
26
26
=SUBTITLE Alice in Wonderland
27
27
# ... more vald pod and text
28
28
=comment a pod comment # a valid comment
35
35
```
36
36
=comment a pod comment # this is not a valid comment in this position
37
37
=begin pod :my-link<foo> # another comment
38
- =TITLE Working with Perl 6 pod
38
+ =TITLE Working with Perl 6 pod
39
39
=SUBTITLE Alice in Wonderland
40
40
# ... more vald pod and text
41
41
=end pod
You can’t perform that action at this time.
0 commit comments