On Tue, Oct 16, 2018 at 00:31 Richard Hainsworth <rnhainswo...@gmail.com>
wrote:

> In the type documentation for POD under Pod::Block it states:
>
> "Class for a Pod block, and base class for most other Pod classes."


The pod classes that currently exist are in Rakudo repo
rakudo/src/core/Pod.pm6. Naming has been a bit inconsistent, but most are
subclasses of Pod::Block, even though the name may not reflect it.

Not all are documented yet.  Your choice d is correct.

Documentation is in several places:

+ the “docs” (docs.perl6.org)

+ roast, mostly in dir S26* (githb.com/perl6/roast)

+ Speculations, mostly S26 (see the bottom-right corner of the home page of
perl6.org)

-Tom

Reply via email to