Re: update: meta data in Pod Block

2022-01-03 Thread Richard Hainsworth
Rakudo v2031.03 Have I been asleep for a decade? My Rakudo is v2021.12. I'm not sure what context you are using, so why you are getting errors. POD6 commands do not work with REPL. Here is the contents of a test file, which can be run with 'prove6 -v t/config.t' assuming the following

Re: update: meta data in Pod Block

2022-01-02 Thread Ralph Mellor
On Sun, Jan 2, 2022 at 8:00 PM Richard Hainsworth wrote: > > What does not work (in that 'newkey' is not found in the 'config' part > of the Pod::Block returned by $=pod > > =head1 :key > > = :newkey I just tried that with Rakudo v2031.03 and got a compile time error for this line: = :newkey Pr

update: meta data in Pod Block

2022-01-02 Thread Richard Hainsworth
tl;dr Found a workaround. Raku documentation about meta / config data is subtly wrong. I'm writing a PR to modify documentation. Long version: As per my previous email, the documentation in docs.raku.org about POD6 says that configuration data provided on lines after a POD6 declaration has