Documentation for method package-kind
assembled from the following pages:
Class: X::Anon::Augment §
From X::Anon::Augment
(X::Anon::Augment) method package-kind §
method package-kind returns Str
Returns the kind of package (module, class, grammar, ...) that the code tried to augment.
Class: X::Attribute::Package §
(X::Attribute::Package) method package-kind §
method package-kind(--> Str)
Returns the kind of package (package, module) that doesn't support attributes.
Class: X::Attribute::Undeclared §
(X::Attribute::Undeclared) method package-kind §
Returns the kind of package the attribute was used in (for example class
, grammar
)
Class: X::Augment::NoSuchType §
(X::Augment::NoSuchType) method package-kind §
method package-kind(--> Str)
Returns the kind of package (class, grammar) that is being tried to augment