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.
13:30 jgaz joined 13:49 Kaiepi left 17:17 jgaz left
grenzo It can be done, but you need to `zef fetch DB::Pg` 17:59
then find where it was unpacked. Mine was in
.zef/store/DB-Pg-1.1/52D70AD17E03A3794698298A269EC615E39EF361
so `cd .zef/store/DB-Pg-1.1/52D70AD17E03A3794698298A269EC615E39EF361`
then `vim META6.json`
and find the dependencies and you'll see ` "pq:from<native>:ver<5>"` change it to `"pq:from<native>"` 18:00
Finally in that same directory run `zef install .`
unfortunately, I don't yet know why this works.
23:07 Kaiepi joined 23:34 guifa left