In Distribution::Path§

See primary documentation in context for method meta

method meta(Distribution::Path:D:)

Returns a Hash with the representation of the metadata.

In Pod::FormattingCode§

See primary documentation in context for method meta

method meta(--> Positional)

In role Distribution§

See primary documentation in context for method meta

method meta(--> Hash:D{ ... }

Returns a Hash with the representation of the metadata. Please note that an actual META6.json file does not need to exist, just a representation in that format.

In Distribution::Hash§

See primary documentation in context for method meta

method meta()

Returns a Hash with the representation of the metadata.

In RakuAST::Doc::Markup§

See primary documentation in context for method meta

.say for $markup.meta;

Returns a List of the metaobjects. Note that each element can either be a string or another RakuAST::Doc::Markup object. The RakuDoc standard assigns meaning to the meta-information of markup for certain letters, such as a URL (in case of L).