We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e179f commit 3afac8fCopy full SHA for 3afac8f
doc/Language/pod.pod6
@@ -52,8 +52,8 @@ Perl6-ish option pairs. That is, any of:
52
Boolean (false) :!key :key(False)
53
String :key<str> :key('str') :key("str")
54
Number :key(23) :key(4.6)
55
- List :key[1, 'b', 3]
56
- Hash :key{a=>1, b=>'x'}
+ List :key[1, 'b', 3] # not yet implemented
+ Hash :key{a=>1, b=>'x'} # not yet implemented
57
=end table
58
59
All option keys and values must, of course, be constants since Pod is a
0 commit comments