Skip to content

Commit 1abc77a

Browse files
authored
update pod info for current capability
remove “key => ...” formats which are not yet implemented
1 parent 40a2a53 commit 1abc77a

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

doc/Language/pod.pod6

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ different ways by different types of blocks, but is always specified using
4646
Perl6-ish option pairs. That is, any of:
4747
4848
=begin table
49-
Value is... Specify with... Or with... Or with...
50-
=============== =================== ============== ======================
51-
Boolean (true) :key :key(1) key => 1
52-
Boolean (false) :!key :key(0) key => 0
53-
String :key<str> :key('str') key => 'str'
54-
List :key<1 2 3> :key[1,2,3] key => [1,2,3]
55-
Hash :key{a=>1, b=>2} key => {a=>1, b=>2}
49+
Value is... Specify with... Or with...
50+
=============== =================== ==============
51+
Boolean (true) :key :key(1)
52+
Boolean (false) :!key :key(0)
53+
String :key<str> :key('str')
54+
List :key<1 2 3> :key[1,2,3]
55+
Hash :key{a=>1, b=>2}
5656
=end table
5757
5858
All option keys and values must, of course, be constants since Pod is a
@@ -62,7 +62,9 @@ Perl 6 pair notations.
6262
6363
The configuration section may be extended over subsequent lines by
6464
starting those lines with an C<=> in the first (virtual) column followed
65-
by a whitespace character.
65+
by a whitespace character. (NOTE: This feature is not yet implemented.
66+
All configuration information currently must be provided on the same
67+
line as the C<=begin> marker line.
6668
6769
=head2 Paragraph blocks
6870

0 commit comments

Comments
 (0)