Currently several compiler tools (pgc, tgc, perl6, and more)
make use of a <pod_comment> rule for parsing POD comments
(perl 6 pod syntax). Instead of duplicating this rule in
each tool's grammar, we should have a common rule in PGE::Util
that can be imported into the individual grammars -- similar
to what we're doing for <PGE::Util::die> and <PGE::Text::bracketed>.
Pm