enum Kind

Information about the origin of a Documentable instance.

Defined as:

enum Kind is export (Type      => "type"     , Language => "language",
                     Programs  => "programs" , Syntax   => "syntax"  ,
                     Reference => "reference"Routine  => "routine" );
 

You can assign the first three values manually, setting the metadata of a pod section as follows:

=begin pod :kind("type") :subkind("class") :category("basic")
(...)
=end pod
 

Kind::Syntax and Kind::Routine are automatically assigned by Documentable::Primary using Documentable::Heading::Grammar.

Type Graph

Type relations for Kind
perl6-type-graph Kind Kind Any Any Kind->Any

Expand above chart