Skip to content

Commit 3afac8f

Browse files
authored
mark formats that are NYI
1 parent 72e179f commit 3afac8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/pod.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Perl6-ish option pairs. That is, any of:
5252
Boolean (false) :!key :key(False)
5353
String :key<str> :key('str') :key("str")
5454
Number :key(23) :key(4.6)
55-
List :key[1, 'b', 3]
56-
Hash :key{a=>1, b=>'x'}
55+
List :key[1, 'b', 3] # not yet implemented
56+
Hash :key{a=>1, b=>'x'} # not yet implemented
5757
=end table
5858
5959
All option keys and values must, of course, be constants since Pod is a

0 commit comments

Comments
 (0)