This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
nemokosch deoac: very regrettably, one doesn't install modules for Raku (same for Perl) - one always has to install a so-called distribution that happens to provide that module 08:16
you probably wanted to install github.com/Raku/Pod-To-HTML/blob/m...META6.json 08:18
but zef preferred github.com/finanalyst/raku-pod-ren...META6.json 08:20
this essentially forces you to always discriminate the module using the auth field 08:22
Pod::To::HTML:auth<github:Raku> is clear 08:23
this is the reason the Pod::To::HTML module of raku-pod-render got eventually renamed to Pod::To::HTML2 but the damage couldn't be undone 08:24
anyway, a modern version of raku-pod-render is quite possibly better than the old Pod::To:HTML
deoac @nemokosch  Thank you, that was very clear. 14:59