Re: question on pod comments

2020-05-30 Thread ToddAndMargo via perl6-users
On 2020-05-30 21:28, Kevin Pye wrote: While the original documentation you were referring to called them Pod comments, that's not really accurate. The full documentation (to which I referred you) calls them "Pod documents" which is much more descriptive. The Pod document is parsed by Rakudo, an

Re: question on pod comments

2020-05-30 Thread Kevin Pye
While the original documentation you were referring to called them Pod comments, that's not really accurate. The full documentation (to which I referred you) calls them "Pod documents" which is much more descriptive. The Pod document is parsed by Rakudo, and the contents can be used. Pod documents

Re: question on pod comments

2020-05-30 Thread ToddAndMargo via perl6-users
On Sun, 31 May 2020 at 13:30, ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> wrote: >> On Sun, 31 May 2020 at 12:43, ToddAndMargo via perl6-users >> mailto:perl6-us...@perl.org> >> wrote: >> >> Hi A

Re: question on pod comments

2020-05-30 Thread Kevin Pye
As I said, they're abbreviated blocks. Keep reading. On Sun, 31 May 2020 at 13:30, ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: > >> On Sun, 31 May 2020 at 12:43, ToddAndMargo via perl6-users > >> mailto:perl6-us...@perl.org>> wrote: > >> > >> Hi All, > >> > >> I am somewha

Re: question on pod comments

2020-05-30 Thread ToddAndMargo via perl6-users
On Sun, 31 May 2020 at 12:43, ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> 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/tadz

Re: question on pod comments

2020-05-30 Thread Kevin Pye
They're not Pod comments, they're Pod abbreviated blocks: https://docs.raku.org/language/pod Kevin. On Sun, 31 May 2020 at 12:43, ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: > Hi All, > > I am somewhat confused about pod comments: > > https://docs.raku.org/language/syntax#Pod_co