On Sun, 31 May 2020 at 12:43, ToddAndMargo via perl6-users <[email protected] <mailto:[email protected]>> wrote:Hi All,I am somewhat confused about pod comments: https://docs.raku.org/language/syntax#Pod_comments Seems pretty straight forward. But when I look at https://github.com/tadzik/perl6-Config-INI/blob/master/lib/Config/INI.pm starting line 45, I see =begin pod =head1 NAME =head1 SYNOPSIS =head1 DESCRIPTION =end pod I see no "=end xxx" =end head1 NAME =end head1 SYNOPSIS =end head1 DESCRIPTION What am I missing? Many thanks, -T
On 2020-05-30 20:20, Kevin Pye wrote:
They're not Pod comments, they're Pod abbreviated blocks: https://docs.raku.org/language/pod Kevin.
I see that: https://docs.raku.org/language/pod#Delimited_blocks =begin head1 Top Level Heading =end head1 So back to my original question, where are the "=end xxxx" for the other blocks? I am confused. -T
