class X::Documentable::MissingMetadata

Pod format related error

X::Documentable::MissingMetadata is Exception {}

Some of the mandatory three metadata elements is missing. Remember, all =begin pod =end pod must follow the format:

=begin pod :kind("<kind>") :subkind("<subkind>") :category("<category>")
 
=TITLE title 
 
=SUBTITLE subtitle 
 
(...)
 
=end pod
 

Type Graph

Type relations for X::Documentable::MissingMetadata
perl6-type-graph X::Documentable::MissingMetadata X::Documentable::MissingMetadata Exception Exception X::Documentable::MissingMetadata->Exception Any Any Exception->Any

Expand above chart